Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
slevang committed Sep 20, 2024
1 parent 7497a12 commit ddc7a42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ def test_basic_regridders_da(
xr.testing.assert_allclose(da_regrid, da_cdo, rtol=0.002, atol=2e-5)



@pytest.mark.parametrize(
"chunks",
[None, {"time": 1}, {"longitude": 100, "latitude": 100}]
"chunks", [{}, {"time": 1}, {"longitude": 100, "latitude": 100}]
)
def test_conservative_regridder(
conservative_input_data,
Expand Down

0 comments on commit ddc7a42

Please sign in to comment.