Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Dec 4, 2024
1 parent cab0282 commit 76d2352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sports2D/Utilities/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_workflow():
subprocess.run(demo_cmd, check=True, capture_output=True, text=True)

# With custom parameters
demo_cmd2 = ["sports2d", "--to_meters", "False", "--multiperson", "False", "--mode", "lightweight", "--det_frequency", "50", "--time_range", "1.2 2.7", "--slowmo_factor", "4", "--show_realtime_results", "False", "--show_graphs", "False"]
demo_cmd2 = ["sports2d", "--to_meters", "False", "--multiperson", "False", "--mode", "lightweight", "--det_frequency", "50", "--time_range", "1.2", "2.7", "--slowmo_factor", "4", "--show_realtime_results", "False", "--show_graphs", "False"]
subprocess.run(demo_cmd2, check=True, capture_output=True, text=True)

# With inverse kinematics
Expand Down

0 comments on commit 76d2352

Please sign in to comment.