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
When running a model using a current installation from a feature branch that is up to date with the dev branch, I get a lot of FutureWarnings from oemof.network saying that oemof.network.Component is deprecated and oemof.network.Node should be used instead.
I had a look into the code basis and saw that components such as a Source or a Sink are still derived from oemof.network.Component, not oemof.network.Node in the oemof.network version that is installed alongside with the dev version of solph.
I assume this is just a temporary issue due to ongoing development in oemof.network that will be fixed by updated dependencies soon. Am I right, @p-snft, and this is already on your list?
Here are the package versions
oemof.network: 0.5.0a5
oemof.solph: 0.5.2.dev1
The text was updated successfully, but these errors were encountered:
When running a model using a current installation from a feature branch that is up to date with the dev branch, I get a lot of
FutureWarning
s fromoemof.network
saying thatoemof.network.Component
is deprecated andoemof.network.Node
should be used instead.I had a look into the code basis and saw that components such as a
Source
or aSink
are still derived fromoemof.network.Component
, notoemof.network.Node
in theoemof.network
version that is installed alongside with the dev version of solph.I assume this is just a temporary issue due to ongoing development in
oemof.network
that will be fixed by updated dependencies soon. Am I right, @p-snft, and this is already on your list?Here are the package versions
oemof.network: 0.5.0a5
oemof.solph: 0.5.2.dev1
The text was updated successfully, but these errors were encountered: