You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug in the first code example in the user's guide:
from oemof.solph import create_year_index
my_index = create_year_index(2011)
After 10 minutes of searching I found out that "create_year_index" seems to have been replaced by "create_time_index". This should be fixed as it can be enough to scare off potential new users.
The text was updated successfully, but these errors were encountered:
There seems to be a bug in the first code example in the user's guide:
After 10 minutes of searching I found out that "create_year_index" seems to have been replaced by "create_time_index". This should be fixed as it can be enough to scare off potential new users.
The text was updated successfully, but these errors were encountered: