Skip to content

Commit

Permalink
fix subset_id string type
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokvsky committed Aug 31, 2024
1 parent b91b83b commit 706a02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_complex_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def complex_transform_with_many_recordings_but_take_only_val_items(dbconn, train
"tbl_subset__has__image",
[
Column("image_id", Integer, primary_key=True),
Column("subset_id", Integer, primary_key=True),
Column("subset_id", String, primary_key=True),
],
True,
)
Expand Down

0 comments on commit 706a02b

Please sign in to comment.