Bias shutdown reactivity and keep cold start subcritical
This commit is contained in:
@@ -22,5 +22,4 @@ def test_reactivity_increases_with_rod_withdrawal():
|
||||
state = _core_state()
|
||||
rho_full_out = dynamics.reactivity(state, control_fraction=0.0)
|
||||
rho_half = dynamics.reactivity(state, control_fraction=0.5)
|
||||
assert rho_full_out > 0.0
|
||||
assert rho_full_out > rho_half
|
||||
|
||||
Reference in New Issue
Block a user