Skip to content

Commit

Permalink
Update Examples/Scripts/Optimization/Optuna_tuning.py
Browse files Browse the repository at this point in the history
Co-authored-by: felix-russo <[email protected]>
  • Loading branch information
LuisFelipeCoelho and felix-russo authored Nov 22, 2023
1 parent fb6b11d commit d854d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Scripts/Optimization/Optuna_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __call__(self, trial, ckf_perf=True):
]

if ckf_perf:
outFileName = "Output_CKF"
outDirName = "Output_CKF"
outputfile = srcDir / outFileName / "performance_ckf.root"
effContName = "particles"
contName = "tracks"
Expand Down

0 comments on commit d854d29

Please sign in to comment.