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'])
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'])