Skip to content

Commit

Permalink
Revert "fix fallback strategy (OpenSTEF#548)" (OpenSTEF#584)
Browse files Browse the repository at this point in the history
This reverts commit fdb6a30.
  • Loading branch information
lschilders authored Jan 24, 2025
1 parent 1fc2f0b commit f26c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstef/model/fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def generate_fallback(
.merge(
highest_daily_loadprofile, left_on="time", right_on="time", how="outer"
)
.set_index(forecast.index)
.set_index("index")
)

# Rename so column is called forecast
Expand Down

0 comments on commit f26c553

Please sign in to comment.