mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update tests/unit_tests/test_source.py
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
This commit is contained in:
parent
e0be9de086
commit
2b401bc1f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue