Skip to content

Commit

Permalink
remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sizov-kirill committed Oct 12, 2023
1 parent 7b99bbe commit 60e3c14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/rest_api/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2533,14 +2533,12 @@ def test_can_export_and_import_skeleton_tracks_in_coco_format(self):
format_name = "COCO Keypoints 1.0"

original_annotations = task.get_annotations()
print(original_annotations)

task.export_dataset(format_name, dataset_file, include_images=False)
task.remove_annotations()
task.import_annotations(format_name, dataset_file)

imported_annotations = task.get_annotations()
print(imported_annotations)

# Number of shapes and tracks hasn't changed
assert len(original_annotations.shapes) == len(imported_annotations.shapes)
Expand Down

0 comments on commit 60e3c14

Please sign in to comment.