Skip to content

Commit

Permalink
[CHORE] Unskip tensor tests in test_parquet_roundtrip.py (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaychia authored Mar 19, 2024
1 parent d2f28d6 commit e5231e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/io/test_parquet_roundtrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def test_roundtrip_temporal_arrow_types(tmp_path, data, pa_type, expected_dtype)
assert before.to_arrow() == after.to_arrow()


@pytest.mark.skip(reason="Currently fails when reading multiple Parquet files with tensor types")
def test_roundtrip_tensor_types(tmp_path):
expected_dtype = DataType.tensor(DataType.int64())
data = [np.array([[1, 2], [3, 4]]), None, None]
Expand Down

0 comments on commit e5231e1

Please sign in to comment.