Bias shutdown reactivity and keep cold start subcritical

This commit is contained in:
Codex Agent
2025-11-22 18:28:40 +01:00
parent 7a0b5c4b96
commit c9cd669ca4
4 changed files with 27 additions and 4 deletions

View File

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