Skip to content

Commit

Permalink
try more events
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 22, 2024
1 parent 1250ff9 commit 8957b19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CI/physmon/workflows/physmon_trackfitting_gx2f_vs_kf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

digiConfigFile = setup.digiConfig
nSkip = 0
nEvents = 100
nEvents = 10000
numThreads = -1

with tempfile.TemporaryDirectory() as temp:
Expand All @@ -23,8 +23,7 @@
events=nEvents,
numThreads=numThreads,
logLevel=acts.logging.INFO,
# trackFpes=True,
trackFpes=False,
trackFpes=True,
)

tp = Path(temp)
Expand Down

0 comments on commit 8957b19

Please sign in to comment.