correct default location coordinates variable and test bug
This commit is contained in:
parent
a7c0b5851f
commit
95af32a6d8
2 changed files with 2 additions and 2 deletions
|
|
@ -621,7 +621,7 @@ def baseline_raw_form_data():
|
|||
'infected_people': '1',
|
||||
'infected_start': '09:00',
|
||||
'location': 'Geneva',
|
||||
'location_coordinates': '(46.2044, 6.1432)',
|
||||
'location_coordinates': '46.2044, 6.1432',
|
||||
'mask_type': 'Type I',
|
||||
'mask_wearing_option': 'mask_off',
|
||||
'mechanical_ventilation_type': '',
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ def test_ventilation_slidingwindow(baseline_form: model_generator.FormData):
|
|||
baseline_form.windows_frequency = 120
|
||||
baseline_form.window_opening_regime = 'windows_open_periodically'
|
||||
baseline_form.window_type = 'window_sliding'
|
||||
baseline_form.event_month = '12'
|
||||
baseline_form.event_month = 'December'
|
||||
baseline_form.window_height = 1.6
|
||||
baseline_form.opening_distance = 0.6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue