Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuer committed Feb 19, 2025
1 parent 391cabc commit 452dd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filtration/test_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_ranging_energy_loss(layer, particle, Ein, ignore):
("Al", "Proton", 14.7 * u.MeV, 1225 * u.um, 51.1 * u.um),
("Ta", "Proton", 12 * u.MeV, 261.98 * u.um, 17.06 * u.um),
("CR-39", "Proton", 2.5 * u.MeV, 86.52 * u.um, 3.63 * u.um),
("Ta", "Deuteron", 12 * u.MeV, 521 * u.um, 22.4 * u.um),
("Ta", "Deuteron", 12 * u.MeV, 175 * u.um, 9.97 * u.um),
]


Expand Down

0 comments on commit 452dd8c

Please sign in to comment.