Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove supervisely from optional dependencies #889

Merged
merged 4 commits into from
May 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed failing test test_auto_multiple_dataset_parser
  • Loading branch information
Diveafall committed May 25, 2021
commit 5f68e906b3ca27ec36f88bfcaf3f3144d0d7507f
6 changes: 4 additions & 2 deletions hub/auto/tests/test_image_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def test_auto_multiple_dataset_parser():
"hub/auto/tests/dummy_data/image_classification/class_sample_multiple_folder"
)

assert tuple(
keys = tuple(
multiple_image_parse(path_to_data, scheduler="single", workers=1).keys()
) == ("train", "val")
)

assert keys == ("train", "val") or keys == ("val", "train")