Skip to content

Commit

Permalink
Update test_jetmet_tools.py
Browse files Browse the repository at this point in the history
Related issue is scikit-hep#1066
  • Loading branch information
9GaoHong authored Mar 22, 2024
1 parent befbdf6 commit 3324642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_jetmet_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,12 +919,12 @@ def smear_factor(jetPt, pt_gen, jersf):
toc = time.time()

print("setup corrected MET time =", toc - tic)

rawmet = events.RawMET
met = events.MET
tic = time.time()
# prof = pyinstrument.Profiler()
# prof.start()
corrected_met = met_factory.build(met, corrected_jets)
corrected_met = met_factory.build(rawmet, met, corrected_jets)
# prof.stop()
toc = time.time()

Expand Down

0 comments on commit 3324642

Please sign in to comment.