Update tests/unit_tests/weightwindows/test_wwinp_reader.py

This commit is contained in:
Ethan Peterson 2022-10-03 07:22:26 -04:00 committed by GitHub
parent 6bc2ee8e4f
commit f9ba64eeb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())