Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Aug 25, 2023
1 parent 3e6be86 commit be34ccc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kerchunk/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ 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": '{"foo": "bar"}',
}
fs = fsspec.filesystem("reference", fo=refs)
out1 = kerchunk.utils.inline_array(refs, threshold=1000) # does nothing
Expand Down

0 comments on commit be34ccc

Please sign in to comment.