Skip to content

Commit

Permalink
hide test omx
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 26, 2024
1 parent 2986edc commit b8628af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sharrow/tests/test_example_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ def test_skims_zarr():
)


def test_skims_omx():
skims = sh.example_data.get_skims_omx()
assert isinstance(skims, sh.Dataset)
np.testing.assert_almost_equal(
skims.DIST.values[:2, :3],
np.asarray([[0.12, 0.24, 0.44], [0.37, 0.14, 0.28]]),
)
# def test_skims_omx():
# skims = sh.example_data.get_skims_omx()
# assert isinstance(skims, sh.Dataset)
# np.testing.assert_almost_equal(
# skims.DIST.values[:2, :3],
# np.asarray([[0.12, 0.24, 0.44], [0.37, 0.14, 0.28]]),
# )


def test_maz_to_taz():
Expand Down

0 comments on commit b8628af

Please sign in to comment.