Skip to content

Commit

Permalink
Remove failing test
Browse files Browse the repository at this point in the history
IP node became unavailable
  • Loading branch information
martindurant committed Sep 24, 2024
1 parent 10a9248 commit 6b49aaf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions kerchunk/tests/test_hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,18 @@ def test_compound_string_encode():
assert (z.vlen_str["strs"][1:] == "").all()


def test_compact():
pytest.importorskip("ipfsspec")
h = kerchunk.hdf.SingleHdf5ToZarr(
"ipfs://QmVZc4TzRP7zydgKzDX7CH2JpYw2LJKkWBm6jhCfigeon6"
)
out = h.translate()

m = fsspec.get_mapper("reference://", fo=out)
g = zarr.open(m)
assert np.allclose(g.ancillary_data.atlas_sdp_gps_epoch[:], 1.19880002e09)


# def test_compact():
# pytest.importorskip("ipfsspec")
# h = kerchunk.hdf.SingleHdf5ToZarr(
# "ipfs://QmVZc4TzRP7zydgKzDX7CH2JpYw2LJKkWBm6jhCfigeon6"
# )
# out = h.translate()
#
# m = fsspec.get_mapper("reference://", fo=out)
# g = zarr.open(m)
# assert np.allclose(g.ancillary_data.atlas_sdp_gps_epoch[:], 1.19880002e09)
#
#
def test_compress():
import glob

Expand Down

0 comments on commit 6b49aaf

Please sign in to comment.