Skip to content
Snippets Groups Projects
Commit c9945563 authored by Tooba Ali's avatar Tooba Ali
Browse files

fix typo

parent a93bf3b1
No related branches found
No related tags found
1 merge request!202construct kinematic coverage plot and include Sigma and eSigma correlation in kinematics_correlation.py
......@@ -21,7 +21,7 @@ args = parser.parse_args()
kwargs = vars(args)
rec_file = args.rec_file
Nevents = int(args.nevents)
Nevents = args.nevents
r_path = args.results_path #Path for output figures and file.
Dconfig = 'epic' + args.config.split('_epic')[1].strip() #Detector config
config = args.config.split('_epic')[0].strip()
......
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