mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
wip
This commit is contained in:
parent
38edc7478c
commit
fac27f5525
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ def test_correct_locations(model, run_in_tmpdir, estimator):
|
|||
assert tuple(df.loc[4]) == (0,-1,1,0)
|
||||
assert tuple(df.loc[5]) == (1,-1,0,0)
|
||||
|
||||
def test_meshsurface(model):
|
||||
def test_meshsurface(model, run_in_tmpdir):
|
||||
tally, = model.tallies
|
||||
orientation = tally.filters[0].mesh.orientation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue