mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add check that ww class can be converted to str successfully
This commit is contained in:
parent
7b627cc55f
commit
1e61ccb27f
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ def test_weightwindows(model):
|
|||
|
||||
model.settings.weight_windows = [ww_n, ww_p]
|
||||
|
||||
_ = [str(ww) for ww in model.settings.weight_windows]
|
||||
|
||||
# run again with variance reduction on
|
||||
model.settings.weight_windows_on = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue