Skip to content

Commit

Permalink
Merge pull request #42 from ucsd-hep-ex/tune
Browse files Browse the repository at this point in the history
Merge recent updates into main
  • Loading branch information
billy000400 authored May 13, 2024
2 parents 82c6c7b + b319770 commit f57b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def reset_collision_dp(dps, aps):
ap_filter = aps < 1 / (13 * 13)
dps_reset = dps
dps_reset[ap_filter] = 0
return dps
return dps_rest


def dp_to_HiggsNumProb(dps):
Expand Down

0 comments on commit f57b3f6

Please sign in to comment.