added dictionary from montreal fuel type to hub

This commit is contained in:
Pilar Monsalvete 2023-07-28 13:18:23 -04:00
parent ee419b0849
commit 24324988b6

View File

@ -13,9 +13,9 @@ class EnergySystemsHelper:
EnergySystems helper
"""
_montreal_custom_fuel_to_hub_fuel = {
cte.GAS: 'gas',
cte.ELECTRICITY: 'electricity',
cte.RENEWABLE: 'renewable'
'gas': cte.GAS,
'electricity': cte.ELECTRICITY,
'renewable': cte.RENEWABLE
}
@staticmethod