Skip to content

Commit

Permalink
fix series have no columns
Browse files Browse the repository at this point in the history
  • Loading branch information
BinglingICL committed Oct 22, 2024
1 parent 62e5f72 commit 603a480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _get_scenarios(self) -> Dict[str, Dict]:

self.YEAR_OF_CHANGE = 2019 # This is the year to change run settings and to start hr expansion.

self.scenarios = extra_budget_fracs['s_2'] # test the "best" scenario
self.scenarios = extra_budget_fracs['s_2'].to_frame() # test the "best" scenario

return {
self.scenarios.columns[i]:
Expand Down

0 comments on commit 603a480

Please sign in to comment.