Skip to content

Commit cd0100d

Browse files
authored
I'd make the numbers even smaller for a unit-test!
1 parent 70d82e0 commit cd0100d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_benchmark_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def test_benchmark_script_runs(tmp_path):
1717
out_dir = tmp_path / "results"
1818
out_dir.mkdir(exist_ok=True)
1919

20-
pixels = [2500, 10000]
21-
n_frames = 15
20+
pixels = [100, 400] #[2500, 10000]
21+
n_frames = 5
2222

2323
for m in dog_models:
2424
print(f"Running dog model: {m}")

0 commit comments

Comments
 (0)