Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 15, 2025
1 parent 12b1687 commit 7f14454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_data/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def generator():
dataset.make_splits()
loader = LuxonisLoader(dataset)
for _, labels in loader:
print(labels.keys())
labels = {get_task_type(k): v for k, v in labels.items()}
assert {
"metadata/color",
Expand Down

0 comments on commit 7f14454

Please sign in to comment.