We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9dcac commit 0a10fe3Copy full SHA for 0a10fe3
1 file changed
openmc/deplete/keff_search_control.py
@@ -84,7 +84,7 @@ def _search_for_keff(self) -> float:
84
if not result.converged:
85
raise ValueError(
86
f"Search for keff failed to converge. "
87
- f"Termination reason: {result.termination_reason}"
+ f"Termination reason: {result.flag}"
88
)
89
90
root = result.root
0 commit comments