-
Notifications
You must be signed in to change notification settings - Fork 42
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
add_example_database()
broken by bw2data.parameters
#271
Comments
add_example_database()
broken on macOS?add_example_database()
broken by bw2data.parameters
The issue is with the @cmutel, since I did not find a function to clear/delete all parameters, how about this: bd.parameters.new_project_parameters(data=[]) as part of the |
I ran into the same issue, though I'm not sure that #272 resolves this. That is, if starting from scratch, 'Mobility example' is not in databases, and thus we do not enter the However, I still get the same error message. Moreover, I ran Lastly, I ran I'm using version '0.9.DEV37' on Windows 11 Business. |
we may need to specify that bw2data needs |
bw2parameters is 1.1.0 on my machine |
with bw2data 4.0.dev51 , bw2parameters 1.1.0 and bw2io 0.9.dev30 it is working in my machine.. maybe there breaking changes are in bw2io |
In a fresh virtual environment with
And the simple command:
I get:
Interestingly, this seems to work find on Brightway Live with the same package versions.
The text was updated successfully, but these errors were encountered: