added dictionary from montreal fuel type to hub
This commit is contained in:
parent
ee419b0849
commit
24324988b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user