mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Run ww unit test in tmp dir
This commit is contained in:
parent
03811745a0
commit
ce956f8515
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ def test_lower_ww_bounds_shape():
|
|||
assert ww.lower_ww_bounds.shape == (2, 3, 4, 1)
|
||||
|
||||
|
||||
def test_roundtrip(model, wws):
|
||||
def test_roundtrip(run_in_tmpdir, model, wws):
|
||||
model.settings.weight_windows = wws
|
||||
|
||||
# write the model with weight windows to XML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue