cara/caimira/tests
2023-11-21 09:40:27 +01:00
..
apps removed private reference for DEFAULT_DATA variables 2023-05-25 16:43:45 +02:00
data
models generate initial CO2 plot 2023-11-21 09:40:27 +01:00
__init__.py
conftest.py added Cases() for each test scenario and added tests for the test_exposure_model 2022-10-03 14:42:44 +01:00
test_caimira.py last files rename 2022-09-15 10:01:11 +02:00
test_conditional_probability.py Increasing number of samples in test_conditional_probability.py 2023-09-02 11:21:17 +02:00
test_data_service.py refactor data service 2023-11-16 16:11:49 +01:00
test_dataclass_utils.py
test_expiration.py
test_full_algorithm.py Solving a failing mypy test in test_full_algorithm 2023-01-10 09:51:44 +01:00
test_infected_population.py moved default infectiousness_days value to SARSCoV2 class and added another test scenario 2022-10-10 11:15:05 +02:00
test_known_quantities.py added Cases() for each test scenario and added tests for the test_exposure_model 2022-10-03 14:42:44 +01:00
test_model.py
test_monte_carlo.py added Cases() for each test scenario and added tests for the test_exposure_model 2022-10-03 14:42:44 +01:00
test_monte_carlo_full_models.py Change all normalization factors and emission rates (when present) into 'per person' quantities (i.e. do not normalize anymore by the number of infected people) - to allow dynamic number of infected people. Changing the test accordingly, and the documentation. Adding a __post_init__ check in ExposureModel to forbid the use of dynamic number of exposed people, for now. 2023-04-28 08:54:59 +02:00
test_predefined_distributions.py
test_sampleable_distribution.py
test_state.py updated expert app notebook and tests 2023-03-23 12:02:19 +01:00
test_ventilation.py