mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
use the correct lines variables
This commit is contained in:
parent
04d040b4a9
commit
ff67c85587
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ def test_show_indices():
|
|||
lines = openmc.HexLattice.show_indices(i).split('\n')
|
||||
assert len(lines) == 4*i - 3
|
||||
lines_x = openmc.HexLattice.show_indices(i, 'x').split('\n')
|
||||
assert len(lines) == 4*i - 3
|
||||
assert len(lines_x) == 4*i - 3
|
||||
|
||||
|
||||
def test_unset_universes():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue