Skip to content

Commit

Permalink
update model config tests (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
blanchco authored Jun 7, 2024
1 parent b040684 commit 28d0b40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion testing/manual/model-configuration-extracting-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 8 additions & 3 deletions testing/manual/model-configuration-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,24 @@ 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
3. Click the Run button and make sure the changes persist
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

0 comments on commit 28d0b40

Please sign in to comment.