mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
how did that even happen
This commit is contained in:
parent
b77bec0867
commit
eefe563f08
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue