Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2023
1 parent 4d09af1 commit 88dab35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_preparation_and_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,7 @@ def test_all_non_na_era5_coarse(cutout_era5_coarse):
@staticmethod
@pytest.mark.skipif(
os.name == "nt",
reason="This test breaks on windows machine on CI"
" due to unknown reasons.",
reason="This test breaks on windows machine on CI" " due to unknown reasons.",
)
def test_all_non_na_era5_weird_resolution(cutout_era5_weird_resolution):
"""
Expand Down Expand Up @@ -563,8 +562,7 @@ def test_dx_dy_preservation_era5_coarse(cutout_era5_coarse):
@staticmethod
@pytest.mark.skipif(
os.name == "nt",
reason="This test breaks on windows machine on CI"
" due to unknown reasons.",
reason="This test breaks on windows machine on CI" " due to unknown reasons.",
)
def test_dx_dy_preservation_era5_weird_resolution(cutout_era5_weird_resolution):
"""
Expand Down

0 comments on commit 88dab35

Please sign in to comment.