Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 1, 2025
1 parent 172ff1c commit 9f4ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproject/interpolation/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def test_auto_block_size():
assert footprint_out.chunksize[0] == 350


@pytest.mark.parametrize('itemsize', (4, 8))
@pytest.mark.parametrize("itemsize", (4, 8))
def test_bigendian_dask(itemsize):

# Regression test for an endianness issue that occurred when the input was
Expand Down

0 comments on commit 9f4ad1c

Please sign in to comment.