Update tests/unit_tests/test_source.py

Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
This commit is contained in:
Paul Romano 2022-09-28 10:26:13 -05:00 committed by GitHub
parent e0be9de086
commit 2b401bc1f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,6 @@ def test_rejection(run_in_tmpdir):
joint_region = cell1.region | cell2.region
for p in particles:
assert p.r in joint_region
assert p.r not in non_source_region
assert p.r not in non_source_region
openmc.lib.finalize()