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 |
|
Luis Aleixo
|
a7a9ca43da
|
Removed co2 activities and adapted formula
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
2e5559d017
|
added CO2 initial room concentration on the formula
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
fe9a593122
|
adapted co2 formula to have an initial state
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
35e64674a4
|
added initial state change
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
980a97c0cb
|
correction of initial value
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
9a9dd91835
|
added co2 concentration time
|
2023-01-10 09:51:43 +01:00 |
|
Luis Aleixo
|
b04ebcfaf6
|
fixed numpy update error
|
2023-01-10 09:45:08 +01:00 |
|
Andre Henriques
|
1290f57deb
|
Merge branch 'feature/bug_report_form' into 'master'
Check for nan values on probabilistic exposure
Closes #295
See merge request caimira/caimira!420
|
2022-12-15 17:32:40 +01:00 |
|
Luis Aleixo
|
87318a72c8
|
check for nan values on probabilistic exposure
|
2022-12-15 16:12:30 +00:00 |
|
Luis Aleixo
|
37d699d483
|
updated GitLab repository URL
|
2022-12-15 14:30:11 +00:00 |
|
Andre Henriques
|
d3a7fa5f2f
|
Merge branch 'feature/global_incident_rates' into 'master'
Global incident rates
Closes #279
See merge request cara/caimira!405
|
2022-12-12 10:28:11 +01:00 |
|
Luis Aleixo
|
d2ea27ce79
|
removed ARIA references
|
2022-12-06 10:03:24 +01:00 |
|
Luis Aleixo
|
21953de4a2
|
added reference for external dependencies (react) in calculator.form.html.j2 file
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
388465ba9b
|
added tests for simulation time start and end with breaks
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
0b37aeca7d
|
added tests for aria breaks and precise activities
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
180bf4dae5
|
completed validation on ARIA inputs model_generator
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
5cce495692
|
changed precise activity type object structure
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
06eaaf7dd1
|
added additional typing return types
|
2022-12-06 09:59:57 +01:00 |
|
Luis Aleixo
|
8cccb0eba9
|
added method and validation to generate precise activities from ARIA
|
2022-12-06 09:59:57 +01:00 |
|