diff --git a/tests/test_surface_tally/test_surface_tally.py b/tests/test_surface_tally/test_surface_tally.py index 5ebe30d58..928b74100 100644 --- a/tests/test_surface_tally/test_surface_tally.py +++ b/tests/test_surface_tally/test_surface_tally.py @@ -87,7 +87,7 @@ class SurfaceTallyTestHarness(PyAPITestHarness): # Create partial current tallies from fuel to water # Filters - two_groups = np.array([0., 4, 20.]) * 1e6 + two_groups = [0., 4e6, 20e6] energy_filter = openmc.EnergyFilter(two_groups) polar_filter = openmc.PolarFilter([0, np.pi / 4, np.pi]) azimuthal_filter = openmc.AzimuthalFilter([0, np.pi / 4, np.pi])