Closed jClugstor closed 1 year ago
Merging #215 (ca8e281) into main (6b7ae5b) will increase coverage by
38.25%
. The diff coverage is83.33%
.
@@ Coverage Diff @@
## main #215 +/- ##
===========================================
+ Coverage 53.77% 92.02% +38.25%
===========================================
Files 7 7
Lines 437 439 +2
===========================================
+ Hits 235 404 +169
+ Misses 202 35 -167
Files | Coverage Δ | |
---|---|---|
src/datafit.jl | 80.15% <83.33%> (+54.35%) |
:arrow_up: |
... and 5 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
tests fail
These should fix the ensemble tests and make the datafit tests run.
Users of
datafit
can pass keyword args to the solver for the OptimizationProblem. Standard l2loss function returns the solution along with the total loss so that callbacks to the solver can use the solution.