fixed numpy update error
This commit is contained in:
parent
1290f57deb
commit
b04ebcfaf6
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class MultipleVentilation(_VentilationBase):
|
|||
return np.array([
|
||||
ventilation.air_exchange(room, time)
|
||||
for ventilation in self.ventilations
|
||||
]).sum(axis=0)
|
||||
], dtype=object).sum(axis=0)
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue