Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 16, 2024
1 parent f7d8a0c commit 23a5a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/io/test_nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_nwb_slp_conversion():
pose = labels_to_pose_training(labels_original)
labels_converted = pose_training_to_labels(pose)
assert len(labels_original.labeled_frames) == len(labels_converted.labeled_frames)
assert labels_original.provenance == labels_converted.provenance

original_instances_len = len(labels_original.labeled_frames[0].instances)
converted_instances_len = len(labels_converted.labeled_frames[0].instances)
Expand Down

0 comments on commit 23a5a83

Please sign in to comment.