Skip to content

Commit

Permalink
Merge pull request #178 from TAMUparametric/main
Browse files Browse the repository at this point in the history
revenue
  • Loading branch information
cacodcar committed Sep 14, 2023
2 parents 008e8dd + f86a520 commit b4c788e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/energiapy/components/scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ def __post_init__(self):
for i in self.location_set}
# TODO change to be location wise
self.price_dict = {i.name: i.resource_price for i in self.location_set}
self.revenue_dict = {
i.name: i.resource_revenue for i in self.location_set}
self.revenue = {i.name: i.resource_revenue for i in self.location_set}
self.capex_dict = {i.name: i.capex for i in self.process_set}
self.fopex_dict = {i.name: i.fopex for i in self.process_set}
self.vopex_dict = {i.name: i.vopex for i in self.process_set}
Expand Down

0 comments on commit b4c788e

Please sign in to comment.