Skip to content

Commit

Permalink
Fix coefficient matching failure message grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanjasonaf committed Nov 3, 2023
1 parent 6863b2d commit 3e9f156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/pyros/pyros_algorithm_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def ROSolver_iterative_solve(model_data, config):
config.progress_logger.error(
f"Equality constraint {c.name!r} cannot be guaranteed to "
"be robustly feasible, given the current partitioning "
"between first-stage, second-stage, and state variables. "
"among first-stage, second-stage, and state variables. "
"Consider editing this constraint to reference some "
"second-stage and/or state variable(s)."
)
Expand Down

0 comments on commit 3e9f156

Please sign in to comment.