We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e5816 commit 661ac42Copy full SHA for 661ac42
tests/helpers.py
@@ -152,8 +152,6 @@ def assert_polygon_annotation_matches_dict(
152
def assert_segmentation_annotation_matches_dict(
153
annotation_instance, annotation_dict
154
):
155
- print("RETURNED: ", str(annotation_instance))
156
- print("ORIG: ", annotation_dict)
157
assert annotation_instance.mask_url == annotation_dict["mask_url"]
158
assert (
159
annotation_instance.annotation_id == annotation_dict["annotation_id"]
tests/test_dataset.py
@@ -1,6 +1,6 @@
1
import pytest
2
3
-from tests.helpers import (
+from helpers import (
4
TEST_SLICE_NAME,
5
TEST_DATASET_NAME,
6
TEST_IMG_URLS,
0 commit comments