Skip to content

Commit 0a10fe3

Browse files
committed
fix bug
1 parent eb9dcac commit 0a10fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc/deplete/keff_search_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _search_for_keff(self) -> float:
8484
if not result.converged:
8585
raise ValueError(
8686
f"Search for keff failed to converge. "
87-
f"Termination reason: {result.termination_reason}"
87+
f"Termination reason: {result.flag}"
8888
)
8989

9090
root = result.root

0 commit comments

Comments
 (0)