Skip to content

Commit 06b93fd

Browse files
David Erikssonfacebook-github-bot
David Eriksson
authored andcommitted
Add missing space in best point utility ValueError (#3534)
Summary: Pull Request resolved: #3534 See title Reviewed By: saitcakmak Differential Revision: D71447438 fbshipit-source-id: 389da78f16f9cd72686b8a871e822d7cd2f38278
1 parent efd1b07 commit 06b93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ax/service/utils/best_point.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_best_raw_objective_point_with_trial_index(
112112
)
113113
if not is_feasible.any():
114114
raise ValueError(
115-
"No points satisfied all outcome constraints within 95 percent"
115+
"No points satisfied all outcome constraints within 95 percent "
116116
"confidence interval."
117117
)
118118
feasible_df = completed_df.loc[is_feasible]

0 commit comments

Comments
 (0)