Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
shoubhikraj committed Apr 1, 2024
1 parent 239ef1e commit 5de078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autode/bracket/ieip.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def _exceeded_maximum_iteration(self) -> bool:
"""Whether it has exceeded the number of maximum iterations"""
if self._macro_iter >= self._maxiter:
logger.error(
f"Reached the maximum number of micro-iterations "
f"Reached the maximum number of macro-iterations "
f"*{self._maxiter}*"
)
return True
Expand Down

0 comments on commit 5de078c

Please sign in to comment.