DARPA-ASKEM / sciml-service

Simulation Service provides an interface and job runner for ASKEM models.
MIT License
3 stars 1 forks source link

Solving ensembles, and move tests to simulation-integration #148

Closed jClugstor closed 6 months ago

jClugstor commented 7 months ago

fixes https://github.com/DARPA-ASKEM/sciml-service/issues/109 fixes https://github.com/DARPA-ASKEM/sciml-service/issues/126

Simulate ensembles and simulate calibrates will solve through the service now. One limitation is that calibrate ensemble can not calibrate based on observables, only on the states. The SIR ensemble scenario in simulation-integration calls for this though. Additional functionality would need to be added to EasyModelAnalysis, if it's possible.

Changes and tweaks will likely need to be made, but the main functionality works. Tests now use the simulation-integration repo instead of local files as well.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7400ab4) 78.06% compared to head (bba2222) 80.25%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== + Coverage 78.06% 80.25% +2.18% ========================================== Files 3 3 Lines 465 476 +11 ========================================== + Hits 363 382 +19 + Misses 102 94 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.