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
This works fine:
ep.set_release(version="3.10", system_model="cutoff") ep.select_process(dataset_id="7957") ep.get_basic_info() {'index': 7957, 'version': '3.10', 'system_model': 'cutoff', 'activity_name': '1,1-difluoroethane production', 'geography': {'comment': None, 'short_name': 'RoW', 'long_name': 'Rest-of-World'}, 'reference_product': '1,1-difluoroethane', 'has_access': True, 'unit': 'kg', 'sector': 'Chemicals'}
This doesn't:
ep.select_process( attributes={ "name": "1,1-difluoroethane production, HFC-152a", "location": "US", "reference product": "1,1-difluoroethane, HFC-152a", } ) ep.dataset_id KeyError: 'Combination 3.10 + cutoff not yet cached'
It also works with this combination: ep.set_release(version="3.7.1", system_model="apos")
ep.set_release(version="3.7.1", system_model="apos")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works fine:
This doesn't:
It also works with this combination:
ep.set_release(version="3.7.1", system_model="apos")
The text was updated successfully, but these errors were encountered: