ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

Change allocations of resvec #94

Closed tyronerees closed 3 years ago

tyronerees commented 3 years ago

Fixes #27

Should have the same functionality as before, but if you use the nlls_iterate interface, the resvec and gradvec will be allocated in the finalize subroutine.

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 into master will decrease coverage by 0.00%. The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   82.76%   82.75%   -0.01%     
==========================================
  Files           6        6              
  Lines        3568     3567       -1     
==========================================
- Hits         2953     2952       -1     
  Misses        615      615              
Impacted Files Coverage Δ
libRALFit/src/ral_nlls_internal.f90 81.47% <70.00%> (-0.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 362b371...eaf396a. Read the comment docs.