Skip to content

Commit

Permalink
NFC: Fixing typos in comments in param.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored Feb 20, 2024
1 parent 54c3ab1 commit 924c38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyomo/core/base/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ def set_value(self, value, idx=NOTSET):
to_units=_comp._units,
)
# FIXME: we should call value() here [to ensure types get
# registered], but doing so breks non-numeric Params (which we
# registered], but doing so breaks non-numeric Params (which we
# allow). The real fix will be to follow the precedent from
# GetItemExpressiona and have separate types based on which
# GetItemExpression and have separate types based on which
# expression "system" the Param should participate in (numeric,
# logical, or structural).
#
Expand Down

0 comments on commit 924c38a

Please sign in to comment.