Skip to content

Commit 70d82e0

Browse files
authored
Update test_benchmark_script.py
1 parent 4c58c72 commit 70d82e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_benchmark_script.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def test_benchmark_script_runs(tmp_path):
2121
n_frames = 15
2222

2323
for m in dog_models:
24-
print(f"Running dog model: {m}")
25-
result = benchmark_videos(m, dog_video, output=str(out_dir), n_frames=n_frames, pixels=pixels)
26-
print("Dog model result:", result)
24+
print(f"Running dog model: {m}")
25+
result = benchmark_videos(m, dog_video, output=str(out_dir), n_frames=n_frames, pixels=pixels)
26+
print("Dog model result:", result)
2727

2828
for m in mouse_models:
2929
print(f"Running mouse model: {m}")

0 commit comments

Comments
 (0)