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
Please describe the bug
The number of flats for the MFH is limited to only two possible values: 6 or 8.
Please describe the change
If the MFH area is less than 400 m², we assume there are 4 flats. If the area exceeds 400 m², the number of flats should be a random integer between (area/100 - 1) and (area/100 + 1).
The text was updated successfully, but these errors were encountered:
Please describe the bug
The number of flats for the MFH is limited to only two possible values: 6 or 8.
Please describe the change
If the MFH area is less than 400 m², we assume there are 4 flats. If the area exceeds 400 m², the number of flats should be a random integer between (area/100 - 1) and (area/100 + 1).
The text was updated successfully, but these errors were encountered: