Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 8, 2024
1 parent c3c592d commit acb7d1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/model/test_labeled_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from numpy.testing import assert_equal
from sleap_io import Video, Skeleton, Instance, PredictedInstance, Track
from sleap_io.model.labeled_frame import LabeledFrame
from sleap_io.io.nwb import convert_nwb, read_nwb, write_nwb
import numpy as np


Expand Down Expand Up @@ -32,9 +31,6 @@ def test_labeled_frame():
assert lf.has_predicted_instances
assert lf.has_user_instances

# Test LabeledFrame instances converted from NWB TrainingFrame instances



def test_remove_predictions():
"""Test removing predictions from `LabeledFrame`."""
Expand Down

0 comments on commit acb7d1a

Please sign in to comment.