Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 16, 2024
1 parent 83ea4a7 commit ef81a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_load_video_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,9 @@ def test_megadetector_lite_yolox_dog(tmp_path):
"-y",
]
)
frames = load_video_frames(tmp_path / "dog.mp4", megadetector_lite_config=MegadetectorLiteYoloXConfig())
frames = load_video_frames(
tmp_path / "dog.mp4", megadetector_lite_config=MegadetectorLiteYoloXConfig()
)

# Check that we detected the correct number of frames
assert len(frames) == len(object_frame_indices)
Expand Down

0 comments on commit ef81a1a

Please sign in to comment.