ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
24 stars 9 forks source link

Add mocked gromet experiment execution endpoint #234

Closed dpdicken closed 3 years ago

dpdicken commented 3 years ago

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #234 (741e04a) into master (389b85f) will increase coverage by 0.16%. The diff coverage is 91.97%.

Impacted file tree graph

@@            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.