mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Using new CellBornFilter class name in the tallies reg test
This commit is contained in:
parent
67e18c0db6
commit
aaaff62135
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def test_tallies():
|
|||
|
||||
cellborn_tally = Tally()
|
||||
cellborn_tally.filters = [
|
||||
CellbornFilter((model.geometry.get_all_cells()[10],
|
||||
CellBornFilter((model.geometry.get_all_cells()[10],
|
||||
model.geometry.get_all_cells()[21],
|
||||
22, 23))] # Test both Cell objects and ids
|
||||
cellborn_tally.scores = ['total']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue