diff --git a/tests/regression_tests/unstructured_mesh/source_sampling/test.py b/tests/regression_tests/unstructured_mesh/source_sampling/test.py index facd0cad5d..7627a68dbc 100644 --- a/tests/regression_tests/unstructured_mesh/source_sampling/test.py +++ b/tests/regression_tests/unstructured_mesh/source_sampling/test.py @@ -36,7 +36,7 @@ def model(): root_cell, _ = regular_mesh.build_cells() - geometry = openmc.Geometry(root=[root_cell]) + geometry = openmc.Geometry([root_cell]) # set boundary conditions of the root cell for surface in root_cell.region.get_surfaces().values():