USEPA / ElectricityLCI

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

Typo in upstream_dict.py #182

Closed dt-woods closed 2 years ago

dt-woods commented 2 years ago

For your consideration, there is a typo in the combined_name variable for nuclear fuels (see L402-406) where "processing" is written "prococessing"

elif fuel_type == "NUCLEAR":
            combined_name = (
                "nuclear fuel extraction, prococessing, and transport"
            )
            exchanges_list.append(_exchange_table_creation_ref(fuel_type))