Skip to content

Commit

Permalink
Tweak uncertain parameter substitution logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
shermanjasonaf committed Jan 30, 2025
1 parent 04663a4 commit 9688c3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyomo/contrib/pyros/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1862,8 +1862,6 @@ def setup_working_model(model_data, user_var_partitioning):
"Uncertain parameter with name "
f"{var.name!r} (relative to the working model clone) "
f"is of type {VarData.__name__}. "
f"The user-specified domain, declared bounds, and fixing of "
f"this {VarData.__name__} object will be ignored. "
f"A newly declared {ParamData.__name__} object "
f"with name {param.name!r} "
f"has been substituted for the {VarData.__name__} object "
Expand Down

0 comments on commit 9688c3f

Please sign in to comment.