bugfix in emission systems
This commit is contained in:
parent
aac006f63a
commit
919ab60bd5
|
@ -13,7 +13,7 @@ class EmissionSystem:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._model_name = None
|
self._model_name = None
|
||||||
self._type = None
|
self._type = None
|
||||||
self._parasitic_energy_consumption = None
|
self._parasitic_energy_consumption = 0
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def model_name(self):
|
def model_name(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user