Skip to content

Commit

Permalink
Update investment.py
Browse files Browse the repository at this point in the history
remove redundant remaining technology lifetime constraints
  • Loading branch information
Zhanwei-Liu authored Sep 15, 2024
1 parent 8408328 commit 9719549
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prepshot/_model/investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ def __init__(self, model : object) -> None:
model.year, model.zone, model.tech,
rule=self.new_tech_low_bound_rule
)
model.tech_lifetime_cons = poi.make_tupledict(
model.year, model.zone, model.tech,
rule=self.tech_lifetime_rule
)

def tech_up_bound_rule(
self, y : int, z : str, te : str
Expand Down

0 comments on commit 9719549

Please sign in to comment.