mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update tests/unit_tests/weightwindows/test_wwinp_reader.py
This commit is contained in:
parent
6bc2ee8e4f
commit
f9ba64eeb3
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ def test_wwinp_reader(wwinp_data, request):
|
|||
# a reversed array of the flat index into the numpy array
|
||||
n_wws = np.prod((*mesh.dimension, e_bounds.size - 1))
|
||||
exp_ww_lb = np.linspace(1, n_wws, n_wws)[::-1]
|
||||
|
||||
np.testing.assert_array_equal(exp_ww_lb, ww.lower_ww_bounds.flatten())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue