Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Aug 31, 2024
1 parent d03e829 commit 09310f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sports2D/Utilities/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ def test_workflow():

# From python
config_dict = toml.load('../Demo/Config_demo.toml')
config_dict.get("process").update({"video_dir":'../Demo'})
config_dict.get("process").update({"show_realtime_results":False})
config_dict.get("post-processing").update({"show_plots":False})

from Sports2D import Sports2D; Sports2D.process(config_dict)

# From command line (CLI)
Expand Down

0 comments on commit 09310f5

Please sign in to comment.