Skip to content

Commit

Permalink
Remove print line
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlarson committed Aug 29, 2024
1 parent a14a719 commit 35fddd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_genie_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def test_dataset(fname):

power_law = next(iter(w.surface.spectra.values()))[0].dists[-1]
energy_term = 1 / power_law.pdf(w.get_weight_column("energy"))

print(energy_term / energy_factor)
assert energy_term == approx(energy_factor)

one_weight = w.get_weight_column("wght") * energy_term * solid_angle * injection_area * global_probability_scale
Expand Down

0 comments on commit 35fddd5

Please sign in to comment.