JuliaSmoothOptimizers / BundleAdjustmentModels.jl

Julia repository of bundle adjustment problems
Mozilla Public License 2.0
9 stars 5 forks source link

Adaptating code for ReverseADNLSModels #62

Closed AntoninKns closed 2 years ago

AntoninKns commented 2 years ago

Slight modification in order to fit the module better with automatic differentiation.

codecov[bot] commented 2 years ago

Codecov Report

Merging #62 (673398e) into main (217e981) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files           5        5           
  Lines         295      295           
=======================================
  Hits          272      272           
  Misses         23       23           
Impacted Files Coverage Δ
src/BundleAdjustmentNLSFunctions.jl 96.26% <100.00%> (ø)

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 217e981...673398e. Read the comment docs.

dpo commented 2 years ago

thank you