USEPA/ElectricityLCI

KeyError in fill_default_provider_uuids

Opened this issue · 0 comments

When run_epa_trade is called (e.g., using ELCI_3_config.yaml), the fill_default_provider_uuids method from utils.py is called twice. The 'exchanges' list items are examined for the 'input' keyword, which throws a key error. In openLCA v2.0, the schema for this was changed to "is_input". This bug needs confirmed and fixed.