You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a mistake in line 596 of appliances.py. Correct would be " int(6 * iActiveOccupants + sUseProfile)". A "6" is necessary to read in the correct element of activity_statistics.
There can be 0 to 5 active occupants and there are the activity profiles 0 to 5 (after "if sUseProfile < 6" in line 585). So activity_statistics has 36 elements for all combinations of active occupants and activity profiles smaller then 6.
There is a mistake in line 596 of appliances.py. Correct would be " int(6 * iActiveOccupants + sUseProfile)". A "6" is necessary to read in the correct element of activity_statistics.
There can be 0 to 5 active occupants and there are the activity profiles 0 to 5 (after "if sUseProfile < 6" in line 585). So activity_statistics has 36 elements for all combinations of active occupants and activity profiles smaller then 6.
richardsonpy/richardsonpy/classes/appliance.py
Line 596 in 09493d1
The text was updated successfully, but these errors were encountered: