Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes due to oemof.network v.0.5.0 #150

Open
nailend opened this issue Jan 17, 2024 · 3 comments
Open

Breaking changes due to oemof.network v.0.5.0 #150

nailend opened this issue Jan 17, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@nailend
Copy link
Collaborator

nailend commented Jan 17, 2024

Especially due to making kwargs explicit in node (oemof.network) tabular facade is failing.

Error example:

TypeError: Node.__init__() got an unexpected keyword agument 'type'

Adhoc fix:
Manually downgrade oemof.network to version v.0.5.a5 with pip install oemof.network==0.5.0a5

@nailend nailend added the bug Something isn't working label Jan 17, 2024
@henhuy
Copy link
Collaborator

henhuy commented Jan 18, 2024

We must integrate adapted oemof.solph version into tabular to fix errors.
See https://github.com/oemof/oemof-solph/pull/1032/files#diff-4f7f20450aa0f053f4416d7e78ec5e7476a9c8d863c9da0bcc5e8a3028227ce9
for changes in solph (i.e. explicit balanced parameter in Bus node)

@nailend nailend changed the title Braking changes due to oemof.network v.0.5.0 Breaking changes due to oemof.network v.0.5.0 Jan 22, 2024
@nailend nailend self-assigned this Jan 22, 2024
@nailend
Copy link
Collaborator Author

nailend commented Feb 29, 2024

@Bachibouzouk these are the main changes holding us back up upgrade to current solph 0.5.2. Probably not to bad, but I just hadn't time to properly look into it...

@nailend
Copy link
Collaborator Author

nailend commented Mar 28, 2024

@Bachibouzouk, @henhuy sorry, due to no more time, I won't be able to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants