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 EnergySystems helper
""" """
_montreal_custom_fuel_to_hub_fuel = { _montreal_custom_fuel_to_hub_fuel = {
cte.GAS: 'gas', 'gas': cte.GAS,
cte.ELECTRICITY: 'electricity', 'electricity': cte.ELECTRICITY,
cte.RENEWABLE: 'renewable' 'renewable': cte.RENEWABLE
} }
@staticmethod @staticmethod