Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ax/service/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
FAILURE_EXCEEDED_MSG = (
"Failure rate exceeds the tolerated trial failure rate of {f_rate} (at least "
"{n_failed} out of first {n_ran} trials failed or were abandoned). Checks are "
"triggered both at the end of a optimization and if at least {min_failed} trials "
"triggered both at the end of an optimization and if at least {min_failed} trials "
"have either failed, or have been abandoned, potentially automatically due to "
"issues with the trial."
)
Expand Down