Skip to content

Commit

Permalink
Update test/test_local.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Peterson <[email protected]>
  • Loading branch information
pshriwise and eepeterson authored Nov 7, 2024
1 parent 4d96968 commit 4ff7f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_nested_spheres(request, run_in_tmpdir):
outer_sphere = openmc.Sphere(r=30.0)

inner_cell = openmc.Cell(region=-inner_sphere)
middle_cell = openmc.Cell(region=-middle_sphere)
middle_cell = openmc.Cell(region=+inner_sphere & -middle_sphere)
outer_cell = openmc.Cell(region=+middle_sphere & -outer_sphere)

g = openmc.Geometry([outer_cell, middle_cell, inner_cell])
Expand Down

0 comments on commit 4ff7f5a

Please sign in to comment.