Skip to content

Commit

Permalink
fix(ci): works with new version numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
崔佳磊 committed Nov 28, 2024
1 parent 9a49d40 commit 8b5b77a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/tests/sdk/test_dataset_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,6 @@ def test_compound_data(self) -> None:
td["map_list"]["a"]["a"][0][0], numpy.array(b"", dtype=numpy.bytes_)
)

@pytest.mark.filterwarnings("ignore::numpy.VisibleDeprecationWarning")
def test_inspect_exceptions(self) -> None:
import starwhale.integrations.tensorflow.dataset as tf_dataset

Expand Down

0 comments on commit 8b5b77a

Please sign in to comment.