mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Adding zero to end of test results
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
853ef5ea49
commit
eaddf91b65
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ def test_tabular_from_energyfilter():
|
|||
|
||||
# combination of different values passed into get_tabular and different
|
||||
# width energy bins results in a doubling value for each p value
|
||||
assert tab.p.tolist() == [0.02, 0.04, 0.08]
|
||||
assert tab.p.tolist() == [0.02, 0.04, 0.08, 0.0]
|
||||
|
||||
# distribution should integrate to unity
|
||||
assert tab.integral() == approx(1.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue