SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
79 stars 13 forks source link

BBO modelfit #58

Closed ArnoStrouwen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #58 (ab55ebf) into main (b2b70aa) will decrease coverage by 3.85%. The diff coverage is 12.50%.

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   85.13%   81.29%   -3.85%     
==========================================
  Files           5        5              
  Lines         148      155       +7     
==========================================
  Hits          126      126              
- Misses         22       29       +7     
Impacted Files Coverage Δ
src/basics.jl 100.00% <ø> (ø)
src/intervention.jl 100.00% <ø> (ø)
src/datafit.jl 34.88% <12.50%> (-6.79%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ArnoStrouwen commented 1 year ago

Test failure does not seem directly related.

ChrisRackauckas commented 1 year ago

@Vaibhavdixit02 is there a reason it's not longer filtering the sensitivities correctly?

Vaibhavdixit02 commented 1 year ago

That is fixed in #57