Skip to content

Commit

Permalink
"read_tech_data back where it changed"
Browse files Browse the repository at this point in the history
  • Loading branch information
masseramatteo committed Jan 10, 2025
1 parent d7b2d1e commit 8c35dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adopt_net0/modelhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def add_technology(self, investment_period: str, node: str, technologies: list):
}
for technology in technologies:
# read in technology data
tec_data = create_technology_class(
tec_data = read_tec_data(
technology,
self.data.data_path
/ investment_period
Expand Down

0 comments on commit 8c35dcc

Please sign in to comment.