USEPA / ElectricityLCI

Creative Commons Zero v1.0 Universal
24 stars 10 forks source link

KeyError in fill_default_provider_uuids #224

Open dt-woods opened 5 months ago

dt-woods commented 5 months ago

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.