mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update tests/unit_tests/test_filters.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
1a5a9c9d02
commit
f0191439e4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def test_cell_instance():
|
|||
|
||||
|
||||
def test_collision():
|
||||
f = openmc.CollisionFilter([1,5,3,2,8])
|
||||
f = openmc.CollisionFilter([1, 5, 3, 2, 8])
|
||||
assert f.bins[0] == 1
|
||||
assert f.bins[1] == 5
|
||||
assert f.bins[-1] == 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue