HolyLab / RegisterOptimize.jl

This package is separated from BlockRegistraton.
2 stars 1 forks source link

Fixes a kwarg passing error and add extra iterations to "Optimization with linear interpolation of mismatch data" #24

Closed ChantalJuntao closed 2 years ago

ChantalJuntao commented 2 years ago

Fixes #22 Fixes #23

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (6717622) into master (54e1404) will increase coverage by 4.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   29.44%   33.48%   +4.04%     
==========================================
  Files           1        1              
  Lines         557      642      +85     
==========================================
+ Hits          164      215      +51     
- Misses        393      427      +34     
Impacted Files Coverage Δ
src/RegisterOptimize.jl 33.48% <100.00%> (+4.04%) :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 54e1404...6717622. Read the comment docs.

timholy commented 2 years ago

Thanks!