Added default values for baseline model
This commit is contained in:
parent
aa83e3bdb1
commit
f2885a6dbd
1 changed files with 4 additions and 4 deletions
|
|
@ -128,8 +128,8 @@ class FormData:
|
|||
'window_type': 'window_sliding',
|
||||
'window_height': 0.,
|
||||
'window_width': 0.,
|
||||
'windows_duration': 0.,
|
||||
'windows_frequency': 0.,
|
||||
'windows_duration': 10.,
|
||||
'windows_frequency': 60.,
|
||||
'windows_number': 0,
|
||||
'window_opening_regime': 'windows_open_permanently',
|
||||
'short_range_option': 'short_range_no',
|
||||
|
|
@ -716,8 +716,8 @@ def baseline_raw_form_data() -> typing.Dict[str, typing.Union[str, float]]:
|
|||
'ventilation_type': 'natural_ventilation',
|
||||
'virus_type': 'SARS_CoV_2',
|
||||
'volume_type': 'room_volume_explicit',
|
||||
'windows_duration': '',
|
||||
'windows_frequency': '',
|
||||
'windows_duration': '10',
|
||||
'windows_frequency': '60',
|
||||
'window_height': '2',
|
||||
'window_type': 'window_sliding',
|
||||
'window_width': '2',
|
||||
|
|
|
|||
Loading…
Reference in a new issue