Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 24, 2023
1 parent 7ab0b38 commit 3e6be86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kerchunk/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def test_inline_array():
""",
"data/0": b"\x01\x00\x00\x00",
"data/1": b"\x02\x00\x00\x00",
'data/.zattrs': '{"_ARRAY_DIMENSIONS":["Longitude","nv"],"comment":"longitude '
'values at the west and east bounds of each '
'pixel.","units":"degrees_east"}',
"data/.zattrs": '{"_ARRAY_DIMENSIONS":["Longitude","nv"],"comment":"longitude '
"values at the west and east bounds of each "
'pixel.","units":"degrees_east"}',
}
fs = fsspec.filesystem("reference", fo=refs)
out1 = kerchunk.utils.inline_array(refs, threshold=1000) # does nothing
Expand Down

0 comments on commit 3e6be86

Please sign in to comment.