We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi eveyrone, I promise i will try to learn how to propose changes myself. But for the moment I spotted a typo in this section: https://docs.brightway.dev/en/latest/content/cheatsheet/importing.html#how-can-i-import-a-local-copy-of-an-ecoinvent-release
In
importer = bi.SingleOutputEcospold2Importer( dirpath='<ecoinvent_database_zip_file>', dbname='<database_name>' ) importer.apply_strategies() importer.write_database()
dbname should read db_name
The text was updated successfully, but these errors were encountered:
#176 fixed typo
853c2ec
Thank you for raising this issue. The typo has been fixed.
Sorry, something went wrong.
No branches or pull requests
Hi eveyrone,
I promise i will try to learn how to propose changes myself. But for the moment I spotted
a typo in this section:
https://docs.brightway.dev/en/latest/content/cheatsheet/importing.html#how-can-i-import-a-local-copy-of-an-ecoinvent-release
In
dbname should read db_name
The text was updated successfully, but these errors were encountered: