KWR-Water / pysimdeum

SIMDEUM in python
European Union Public License 1.2
17 stars 7 forks source link

Simulating multiple days #21

Closed mariekeberlin closed 2 months ago

mariekeberlin commented 2 years ago

The following code only gives a simulated water consumption of the first day. However, the water consumption of the second day is zero. house=pysimdeum.built_house() consumption=house.simulate(duration='2 day', num_patterns=100).sum(['enduse', 'user'])

BramHillebrand commented 8 months ago

If a dishwasher or washing machine is simulated on another day than the first the simulation still fails. This is being adressed now.

BramHillebrand commented 2 months ago

fixed in version 1.0.1. Closing