Skip to content

Commit

Permalink
Remove errant print statement from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Apr 22, 2024
1 parent a476e01 commit 9d061e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@ def test_enum_schema_report(tmp_path):
try:
index_type = attr.dtype
value_type = A.enum(attr.name).dtype
print(attr.name, value_type)
except tiledb.cc.TileDBError:
pass # not an enum attr
if attr.name == "int_cat":
Expand Down

0 comments on commit 9d061e6

Please sign in to comment.