-
Notifications
You must be signed in to change notification settings - Fork 32
update docs w sampling data formats #895
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #895 +/- ##
==========================================
- Coverage 21.42% 0.00% -21.43%
==========================================
Files 50 49 -1
Lines 3010 2987 -23
==========================================
- Hits 645 0 -645
- Misses 2365 2987 +622
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
``` | ||
|
||
The return type for `getSample` is unrestricted, and will be passed to the residual function "as-is". | ||
The return type for `getSample` is unrestricted, and will be passed to the residual function "as-is", but must return values representing a tangent vector for `<:AbstractRelative` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might be the other way around, getSample
on <:AbstractPrior
must return a Point on manifold, on Relative, it is unrestricted, but we recommend a tangent vector TpM
.
I'll try and find the issue where this was discussed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tangent on relative factors -- that's what the PR already has, no? "a tangent vector for <:AbstractRelative
"
No description provided.