Skip to content

Commit

Permalink
STY: Fix for PEP8 lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Dec 13, 2023
1 parent 5906362 commit 87f0d36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions act/tests/io/test_arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from act.tests import sample_files




def test_read_arm_netcdf():
ds = act.io.arm.read_arm_netcdf([act.tests.EXAMPLE_MET1])
assert 'temp_mean' in ds.variables.keys()
Expand Down
1 change: 1 addition & 0 deletions act/tests/io/test_icartt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import act


@pytest.mark.skipif(not act.io.icartt._ICARTT_AVAILABLE,
reason="ICARTT is not installed.")
def test_read_icartt():
Expand Down
1 change: 1 addition & 0 deletions act/tests/utils/test_io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import act
from act.tests import sample_files


def test_read_netcdf_gztarfiles():
with tempfile.TemporaryDirectory() as tmpdirname:
met_files = list(Path(file) for file in act.tests.EXAMPLE_MET_WILDCARD)
Expand Down

0 comments on commit 87f0d36

Please sign in to comment.