Skip to content

Commit

Permalink
Removing assertr
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Jul 31, 2023
1 parent 1c9894f commit 2ad1416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parakeet/inelastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def get_energy_bins(
assert dE_mean >= E1
assert dE_mean <= E2
assert dE_spread >= 0
assert dE_spread <= (dE_spread_max + fudge)
# assert dE_spread <= (dE_spread_max + fudge)
bin_energy[i] = energy - dE_mean
bin_weight[i] = P_tot
bin_spread[i] = dE_spread
Expand Down

0 comments on commit 2ad1416

Please sign in to comment.