DARPA-ASKEM / sciml-service

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

Fix intermediate results (again), add test coverage for intermediate results. #139

Closed jClugstor closed 10 months ago

jClugstor commented 10 months ago

This fixes problems with reporting based on iteration in itermediate results, and covers the callback for calibrate in tests.

codecov-commenter commented 10 months ago

Codecov Report

Merging #139 (e181042) into main (8f263a0) will increase coverage by 2.69%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   76.37%   79.07%   +2.69%     
==========================================
  Files           3        3              
  Lines         453      454       +1     
==========================================
+ Hits          346      359      +13     
+ Misses        107       95      -12     
Files Coverage Δ
src/SimulationService.jl 70.19% <100.00%> (+1.96%) :arrow_up:
src/operations.jl 90.40% <100.00%> (+3.60%) :arrow_up:

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