DARPA-ASKEM / sciml-service

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

Inter results fixes #138

Closed jClugstor closed 10 months ago

jClugstor commented 10 months ago

This PR makes it so that the solution of the DE at every optimization step is reported at the time stamps of the calibration data with the intermediate results. (This assumes that every state is sampled at the same timestep in the data, which is true for all of the scenarios so far.)

codecov-commenter commented 10 months ago

Codecov Report

Merging #138 (c107b18) into main (a9306ce) will increase coverage by 1.37%. Report is 1 commits behind head on main. The diff coverage is 70.37%.

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   75.00%   76.37%   +1.37%     
==========================================
  Files           3        3              
  Lines         440      453      +13     
==========================================
+ Hits          330      346      +16     
+ Misses        110      107       -3     
Files Coverage Δ
src/operations.jl 86.80% <70.37%> (+0.93%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!