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
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user