ralna / RALFit

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

Memory allocations #78

Closed tyronerees closed 4 years ago

tyronerees commented 4 years ago

Fixes #39

codecov[bot] commented 4 years ago

Codecov Report

Merging #78 into master will decrease coverage by 0.06%. The diff coverage is 72.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   88.29%   88.22%   -0.07%     
==========================================
  Files           4        4              
  Lines        2682     2692      +10     
==========================================
+ Hits         2368     2375       +7     
- Misses        314      317       +3
Impacted Files Coverage Δ
libRALFit/src/ral_nlls_workspaces.f90 78.97% <66.66%> (-0.23%) :arrow_down:
libRALFit/src/ral_nlls_internal.f90 90.63% <77.77%> (+0.01%) :arrow_up:

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 dece9fc...b5f81bb. Read the comment docs.

tyronerees commented 4 years ago

@talassio : Apparently I did the automatic array work before Christmas, but forgot to ask for a review -- could you look over this and check I haven't missed anything. I'll then merge it into box-logic (I did a test merge, and it's not too painful)