Skip to content

Commit

Permalink
Merge pull request #263 from HERA-Team/fix-hera-sim-vis
Browse files Browse the repository at this point in the history
fix: call to run_with_profiling
  • Loading branch information
steven-murray authored Jul 6, 2023
2 parents 5e9fcb0 + d58f250 commit a5f85e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hera-sim-vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
parser = vis_cli_argparser()
args = parse_args(parser)

run_with_profiling(run_vis_sim, args)
run_with_profiling(run_vis_sim, args, args)

0 comments on commit a5f85e3

Please sign in to comment.