From 55138aa144942816ae5bdd457cbfc5194cefa988 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 12 Jan 2023 23:49:31 -0600 Subject: [PATCH] Picking up an additional suggestion from @paulromano Co-authored-by: Paul Romano --- .../regression_tests/unstructured_mesh/source_sampling/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():