Skip to content

Commit

Permalink
Whoops, bad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed May 22, 2024
1 parent 674ccc2 commit 5aebb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/repn/parameterized_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def append(self, other):
"""
_type, other = other
if _type is _CONSTANT or type is _PSEUDO_CONSTANT:
if _type is _CONSTANT or _type is _PSEUDO_CONSTANT:
self.constant += other
return

Expand Down

0 comments on commit 5aebb02

Please sign in to comment.