From 28d0b40c47b4a97ff8aa63b946cb1a3ee941bde6 Mon Sep 17 00:00:00 2001 From: Cole Blanchard <33158416+blanchco@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:13:41 -0400 Subject: [PATCH] update model config tests (#3770) --- .../model-configuration-extracting-variables.md | 1 - testing/manual/model-configuration-input.md | 11 ++++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/testing/manual/model-configuration-extracting-variables.md b/testing/manual/model-configuration-extracting-variables.md index e579806038..8fd9984e23 100644 --- a/testing/manual/model-configuration-extracting-variables.md +++ b/testing/manual/model-configuration-extracting-variables.md @@ -25,7 +25,6 @@ Estimated time to completion: [X] minutes ### 3. Apply configuration values 1. Under the suggested configurations table click the "apply configurations values" button 2. Ensure that the configuration has been populated with the selected configuration's values -3. Lastly in the parameters table click the "Suggested configurations" button and apply and value and see if the value is populated accordingly ### 4. End test 1. logout of the application diff --git a/testing/manual/model-configuration-input.md b/testing/manual/model-configuration-input.md index 2ada20272e..aa441496dd 100644 --- a/testing/manual/model-configuration-input.md +++ b/testing/manual/model-configuration-input.md @@ -16,11 +16,16 @@ Estimated time to completion: [X] minutes ### 2. Configure a model 1. Make sure the initial and parameter tables appear with expected data 2. Add a name and a description under the context accordian -3. In the initial table pick any variable and add a 'unit', 'value', and 'source' -4. In the parameter table pick any variable and do the same +3. In the initial table pick any variable and change the expression and add a source. +4. In the parameter table pick any variable and make some changes, such as changing between constant and uniform and adding value, min, and max to the respective parameter type 5. Under the Interventions accordian select any other parameter and add an intervention 6. Click Run and ensure all values that you have filled are still persisting +## 2a. Add an uncertainty +1. In the parameters table click the "Add Uncertainty" button table to add uncertainties to any constant parameter +2. Click the check to apply the uncertainty and make sure that all selected constant values have a uniform distribution applied with the correct uncertainty (i.e an uncertainty of 10% on a constant of 5 will yield a uniform distribution of min: 4.5 max 5.5). + + ### 3. Configure the model again 1. Change the name and description of the model config 2. Make some changes (whatever you feel) to the initial and parameters table as well as interventions @@ -28,7 +33,7 @@ Estimated time to completion: [X] minutes 4. In the top dropdown, select between each configuration and when selected, ensure that the values in name, description, tables, and interventions change accordingly. ### 4. Configure a stratified model -1. Repeat #2 and #3 for a stratified model +1. Repeat #2, #2a, and #3 for a stratified model ### 5. End test 1. logout of the application