Skip to content

Commit

Permalink
Automated Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagyadav committed Dec 18, 2023
1 parent ea82eda commit ea3f891
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Debug/condor_issue/astepahead.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from coffea.nanoevents import NanoAODSchema , NanoEventsFactory
import awkward as ak
import condor
import uproot

print("Stage 1")

Expand Down Expand Up @@ -33,8 +34,10 @@ def postprocess(self, accumulator):

print("Stage 4")

File = uproot.open(filename)

Output = futures_run(
filename,
File,
"Events",
processor_instance=barebones()
)
Expand All @@ -53,9 +56,11 @@ def postprocess(self, accumulator):

print("Stage 4")

File = uproot.open(filename)

print("Running...\n")
Output = runner(
filename,
File,
treename="Events",
processor_instance=barebones(),
)
Expand Down

0 comments on commit ea3f891

Please sign in to comment.