This commit is contained in:
GuySten 2026-03-10 08:12:20 +02:00
parent 38edc7478c
commit fac27f5525

View file

@ -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