Skip to content
Snippets Groups Projects
Commit cbfff408 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Removed TQDM

parent 9528db0a
No related branches found
No related tags found
No related merge requests found
Pipeline #15784 passed
......@@ -281,8 +281,7 @@ def write_detector_file(gibuu_output,
event_data = fobj["RootTuple"].arrays()
bjorkenx = GiBUUOutput.bjorken_x(event_data)
bjorkeny = GiBUUOutput.bjorken_y(event_data)
from tqdm import tqdm
for i, event in tqdm(enumerate(event_data)):
for i, event in enumerate(event_data):
aafile.evt.clear()
aafile.evt.id = mc_event_id
aafile.evt.mc_run_id = mc_event_id
......
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