Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

differential factors from deconv tangents to points #1387

Merged
merged 2 commits into from
Sep 13, 2021
Merged

Conversation

dehann
Copy link
Member

@dehann dehann commented Sep 13, 2021

a change that came as part of Manifolds.jl upgrade. This PR restricts to only Lie group manifolds, but advances differential factors to use new approxDeconv which now returns tangents (previously was always assumed just to be tangents). Relaxing the Lie group assumption should happen along with #1010

Closes #1386

@dehann dehann requested a review from Affie September 13, 2021 15:53
@dehann dehann added this to the v0.25.0 milestone Sep 13, 2021
@dehann dehann changed the title differential factors from deconv tangents not yet point differential factors from deconv tangents not yet points Sep 13, 2021
@dehann dehann changed the title differential factors from deconv tangents not yet points differential factors from deconv tangents to points Sep 13, 2021
@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #1387 (4bf311b) into master (145774f) will decrease coverage by 0.00%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1387      +/-   ##
==========================================
- Coverage   76.48%   76.47%   -0.01%     
==========================================
  Files          67       67              
  Lines        4920     4923       +3     
==========================================
+ Hits         3763     3765       +2     
- Misses       1157     1158       +1     
Impacted Files Coverage Δ
src/DeconvUtils.jl 62.50% <ø> (ø)
src/IncrementalInference.jl 87.50% <ø> (ø)
src/TreeMessageUtils.jl 85.28% <80.00%> (+0.19%) ⬆️
src/NumericalCalculations.jl 91.66% <0.00%> (-1.05%) ⬇️

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 145774f...4bf311b. Read the comment docs.

@dehann dehann merged commit e6f95a7 into master Sep 13, 2021
@dehann dehann deleted the 21Q3/fix/deconvpts branch December 16, 2022 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check differential factors use correct approxDeconv result
2 participants