Skip to content

Commit

Permalink
Fix typo in documentation for auxiliary equipment set in REDprocess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantc committed Dec 16, 2024
1 parent d3c9048 commit 136276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdplib/reverse_electrodialysis/REDprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _to_splitters_filter(m, val):
) # Filter function _to_splitters_filter as suggested in Pyomo PR #3338 (Support validate / filter for IndexedSet components using the index) that fixes the issue #2655

m.aux_equipment = pyo.Set(
doc='Set of equipments for cost correlation. Tuple (equipment, type)',
doc='Set of equipment for cost correlation. Tuple (equipment, type)',
initialize=[('Pump', 'Single Stage Centrifugal')],
)

Expand Down

0 comments on commit 136276c

Please sign in to comment.