how did that even happen

This commit is contained in:
Labossiere-Hickman, Travis James 2026-07-17 10:59:42 -06:00
parent b77bec0867
commit eefe563f08

View file

@ -416,8 +416,8 @@ def test_mesh_filter_dataframe_rectilinear():
def test_axis_labels(mesh_type):
if mesh_type == 'regular':
mesh = openmc.RegularMesh()
mesh.lower_left = np.asarray([0.0]*3]
mesh.width = np.asarray([0.0]*3]
mesh.lower_left = np.asarray([0.0]*3)
mesh.width = np.asarray([0.0]*3)
mesh.dimension = (1, 1, 1)
elif mesh_type == 'rectilinear':
mesh = openmc.RectilinearMesh()