Skip to content
Snippets Groups Projects
Commit 88a16468 authored by Zach Marshall's avatar Zach Marshall
Browse files

Adding a patch for nevents

It must be an integer. Casting it into one.
parent 95ed328f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if evt_multiplier>0:
else:
# Sensible default
nevts=evgenConfig.nEventsPerJob*2.
run_settings.update({'nevents':nevts})
run_settings.update({'nevents':int(nevts)})
# Only needed for something non-standard (not 1/4 heavy mass)
if ktdurham is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment