Updating test input.

This commit is contained in:
Patrick Shriwise 2022-01-26 13:41:14 -06:00
parent b9bbfa5d33
commit 6fc769a36d
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -93,14 +93,14 @@ def model():
None,
10.0,
e_bnds,
max_lb_ratio=5.0)
max_lb_ratio=1.0)
ww_p = openmc.WeightWindows(ww_mesh,
ww_p_lower_bnds,
None,
10.0,
e_bnds,
max_lb_ratio=5.0)
max_lb_ratio=1.0)
model.settings.weight_windows = [ww_n, ww_p]