Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Nov 12, 2024
1 parent c5dad57 commit ac764f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apis/python/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,10 +1912,7 @@ def test_pass_configs(tmp_path, arrow_schema):
pydict["baz"] = ["apple", "ball", "cat", "dog", "egg"]
pydict["quux"] = [True, False, False, True, False]
rb = pa.Table.from_pydict(pydict)

if soma._flags.NEW_SHAPE_FEATURE_FLAG_ENABLED:
sdf.tiledbsoma_resize_soma_joinid_shape(len(rb))

sdf.tiledbsoma_resize_soma_joinid_shape(len(rb))
sdf.write(rb)

# Pass a custom config to open
Expand Down

0 comments on commit ac764f8

Please sign in to comment.