Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
lschilders committed Jan 24, 2025
2 parents 8915389 + 941bb67 commit ea5f6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_long_description_from_readme():

setup(
name="openstef",
version="3.4.50",
version="3.4.51",
packages=find_packages(include=["openstef", "openstef.*"]),
description="Open short term energy forecaster",
long_description=read_long_description_from_readme(),
Expand Down

0 comments on commit ea5f6ed

Please sign in to comment.