Skip to content

Commit

Permalink
Snakefile: N_EVENTS 50000 -> 10000
Browse files Browse the repository at this point in the history
We can't scale event number like this. Additional jobs would need to be added.
  • Loading branch information
veprbl authored Nov 25, 2024
1 parent 4a8667c commit 1496918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/tracking_performances/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule tracking_performance_sim:
PHASE_SPACE="(3to50|45to135|130to177)deg",
INDEX="\d{4}",
params:
N_EVENTS=50000
N_EVENTS=10000
shell:
"""
set -m # monitor mode to prevent lingering processes
Expand Down

0 comments on commit 1496918

Please sign in to comment.