Skip to content

Commit 3f208d9

Browse files
committed
forgot something in tests (again)
1 parent 2764bec commit 3f208d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sports2D/Utilities/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_workflow():
8484
#############################
8585

8686
# Default
87-
demo_cmd = ["sports2d", "--person_ordering_method", "highest_likelihood", "--show_realtime_results", "False", "--show_graphs", "False"]
87+
demo_cmd = ["sports2d", "--person_ordering_method", "highest_likelihood", "--show_realtime_results", "False", "--show_graphs", "False", "--save_graphs", "False"]
8888
subprocess.run(demo_cmd, check=True, capture_output=True, text=True, encoding='utf-8', errors='replace')
8989

9090
# With loading a trc file, visible_side 'front', first_person_height '1.76", floor_angle 0, xy_origin [0, 928]

0 commit comments

Comments
 (0)