Skip to content

Commit

Permalink
removing unneccessary fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
shrivaths16 committed Mar 14, 2024
1 parent f0fd539 commit 4d48a65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/fixtures/videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ def hdf5_affinity():

TEST_SMALL_ROBOT_MP4_FILE = "tests/data/videos/small_robot.mp4"
TEST_SMALL_CENTERED_PAIR_VID = "tests/data/videos/centered_pair_small.mp4"
TEST_SINGLE_FLY = "tests/data/videos/single_fly.mp4"


@pytest.fixture
def single_fly_mp4_vid():
return Video.from_media(TEST_SINGLE_FLY)


@pytest.fixture
Expand Down

0 comments on commit 4d48a65

Please sign in to comment.