Skip to content

Commit

Permalink
fix gdp_col build_model bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed May 29, 2024
1 parent 8fcd8fd commit 1303df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdplib/gdp_col/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def build_model():

m.BigM = Suffix(direction=Suffix.LOCAL)
m.BigM[None] = 100
return m


__all__ = ['build_model']

0 comments on commit 1303df2

Please sign in to comment.