Closed dpdicken closed 3 years ago
Merging #234 (741e04a) into master (389b85f) will increase coverage by
0.16%
. The diff coverage is91.97%
.
@@ Coverage Diff @@
## master #234 +/- ##
==========================================
+ Coverage 66.30% 66.46% +0.16%
==========================================
Files 86 89 +3
Lines 16660 16818 +158
==========================================
+ Hits 11046 11178 +132
- Misses 5614 5640 +26
Impacted Files | Coverage Δ | |
---|---|---|
automates/apps/automates/execute_driver.py | 64.38% <78.84%> (ø) |
|
automates/apps/automates/model_code/chime_sir.py | 100.00% <100.00%> (ø) |
|
automates/apps/automates/model_code/sir_simple.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 389b85f...741e04a. Read the comment docs.
Adds an endpoint to the automates app that mimics execution of a grommet experiment. It allows a user to give inputs and select outputs for CHIME-SIR and SIR-Simple grommets.
When a particular gromet model is selected, the endpoint actually runs the python source code the gromet is generated from and returns the result.