Commit graph

165 commits

Author SHA1 Message Date
Luis Aleixo
8a72d27fb1 updated expert app notebook and tests 2023-03-23 12:02:19 +01:00
Luis Aleixo
1f6b3dd96e added workaround for default ventilation 2023-03-23 11:40:00 +01:00
Luis Aleixo
61f13655fd updated file names 2023-03-23 11:37:48 +01:00
Luis Aleixo
ee29f12f35 updated typos and got back the state tests 2023-03-23 11:37:48 +01:00
Luis Aleixo
9c810e17e8 updated ventilation scheme 2023-03-23 11:37:47 +01:00
Luis Aleixo
9d52bd41ec added scenario default values 2023-03-23 11:37:47 +01:00
Luis Aleixo
b01a4efd46 added co2 atmospheric concentration widget 2023-03-23 11:37:47 +01:00
Luis Aleixo
8014497699 added handles for labels. remove button is working. fixed ventilation start time 2023-03-23 11:37:47 +01:00
Luis Aleixo
25cea29532 updated correct package versions 2023-03-23 11:37:47 +01:00
Luis Aleixo
a15f32d2a7 reversed tab namming 2023-03-23 11:37:06 +01:00
Luis Aleixo
830c0d0edb modified test values to consider min ventilation 2023-03-23 11:35:40 +01:00
Luis Aleixo
8782069a9c added services and fixed ventilation 2023-03-23 11:35:40 +01:00
Luis Aleixo
3d7332644d bounded min value for start ventilation 2023-03-23 11:35:40 +01:00
Luis Aleixo
0f8dd421c6 updated simulator image 2023-03-23 11:35:40 +01:00
Luis Aleixo
1770c31977 used lower case for CO2 app 2023-03-23 11:35:39 +01:00
Luis Aleixo
22f12f67b0 updated expert app layout 2023-03-23 11:35:39 +01:00
Luis Aleixo
4a965edde6 fixed mypy errors 2023-03-23 11:35:39 +01:00
Luis Aleixo
11be1abf8e initial tests for CO2_expert 2023-03-23 11:35:39 +01:00
Luis Aleixo
730e584590 changed min and max values for presence widgets 2023-03-22 15:33:02 +01:00
Luis Aleixo
f3a0ebaa91 modified presence widgets 2023-03-22 10:35:15 +01:00
Luis Aleixo
b734d3550d removed unused script files 2023-03-21 09:18:51 +00:00
Luis Aleixo
57f125b072 added relative paths to the functions 2023-03-21 09:18:39 +00:00
Luis Aleixo
b010c5348f added missing rstrip to calculator prefix 2023-03-20 15:54:33 +00:00
Luis Aleixo
b5586bb748 fixed paths on templates 2023-03-17 15:36:34 +01:00
Luis Aleixo
24e530cb11 adapted test test_webapp.py 2023-03-17 12:09:15 +01:00
Luis Aleixo
1146cf76c9 modified templates to consider a relative path 2023-03-17 12:08:58 +01:00
Luis Aleixo
ae54c55872 adapted code to receive an APPLICATION_ROOT 2023-03-17 12:07:56 +01:00
Luis Aleixo
8cb749abb2 added favicon 2023-02-22 17:10:04 +01:00
Luis Aleixo
e97065cef0 updated ipywidgets according to new documentation 2023-02-16 12:25:42 +01:00
Luis Aleixo
3e9ad0b933 modified method to update plot lines on expert app 2023-02-14 10:24:51 +01:00
Luis Aleixo
aa2030b2ab added a method to get a nested attribute on a dataclass 2023-02-13 15:04:35 +01:00
Luis Aleixo
70c7c8689a fixed precise activity bug for exposed population 2023-02-10 11:03:06 +01:00
Andre Henriques
52d634923b Merge branch 'feature/CO2_profile' into 'master'
CO2 concentration

See merge request caimira/caimira!412
2023-01-31 09:20:41 +01:00
Luis Aleixo
6197e3962f Updated documentation and added a docstring to the newly created tests 2023-01-30 16:30:31 +01:00
Luis Aleixo
eed3629dd5 handled the case when the removal rate is 0 and changed documentation 2023-01-27 16:47:39 +01:00
Luis Aleixo
f880046384 added a test for the zero ventilation rate case 2023-01-27 16:46:52 +01:00
Luis Aleixo
75aa7dbd0f fixed missing activity type 2023-01-24 16:08:41 +01:00
Luis Aleixo
f14aa0a8a5 added logic for precise breaks for both infected and exposed 2023-01-23 11:11:08 +01:00
Luis Aleixo
9e2957931c Updated UML diagram 2023-01-11 15:23:07 +01:00
Luis Aleixo
e59d4b3d59 updated background_concentration name to min_background_concentration 2023-01-11 13:54:05 +01:00
Luis Aleixo
2043f34b69 updated atmospheric concentration to background concentration (more generic) 2023-01-10 13:06:02 +01:00
CERN\Andrejh
86444b4dc0 update documentation 2023-01-10 13:01:49 +01:00
Luis Aleixo
2b71d586ef added tests on vectorisation for an integrated concentration 2023-01-10 12:31:24 +01:00
Luis Aleixo
1e0d0a8de2 updated documentation and added tests for the integrated concentration 2023-01-10 09:51:44 +01:00
Luis Aleixo
371145c062 increased version number 2023-01-10 09:51:44 +01:00
Nicolas Mounet
2a481c1500 Correcting bug in models._ConcentrationModelBase (wrong value of concentration_limit when no one is present, for non-zero atmospheric concentration) 2023-01-10 09:51:44 +01:00
Luis Aleixo
dc12ee3359 Initial atmosphere_concentration normalized 2023-01-10 09:51:44 +01:00
Nicolas Mounet
ec6add4881 Solving a failing mypy test in test_full_algorithm 2023-01-10 09:51:44 +01:00
Nicolas Mounet
266a3727e8 Changing structure of CO2 concentration model. Renaming one input of ConcentrationModel (infected->population) since it is now inherited from _ConcentrationModelBase, which requires subsequent changes in the apps. 2023-01-10 09:51:44 +01:00
Luis Aleixo
17644f3259 added percentage of BR for CO2 as input parameter 2023-01-10 09:51:44 +01:00