Skip to content

Commit

Permalink
fixed the typo on the Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertLee125 committed Jun 9, 2024
1 parent fab4914 commit e804fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdplib/med_term_purchasing/med_term_purchasing.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def getCostUBs(model, j, t):
model.Streams,
model.TimePeriods,
initialize=getCostUBs,
DOC='Upper bound on cost of discount contract',
doc='Upper bound on cost of discount contract',
)
model.CostUB_Bulk = Param(
model.Streams,
Expand Down

0 comments on commit e804fd4

Please sign in to comment.