-
Notifications
You must be signed in to change notification settings - Fork 26
Default Estimator 3D basis #1085
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
a5252c3 to
9341e0b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1085 +/- ##
========================================
Coverage 88.82% 88.82%
========================================
Files 126 126
Lines 12028 12031 +3
========================================
+ Hits 10684 10687 +3
Misses 1344 1344 ☔ View full report in Codecov by Sentry. |
j-c-c
left a comment
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.
Nice! Very clean.
janden
left a comment
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.
Looks good. Thanks!
Having to manually prescribe FFBBasis3D clutters up a lot of our examples. This PR just instantiates the default (
FFBBasis3D) for our code based on theImageSourcein our volume estimation classes. This removes the clutter from the user and examples side.Unfortunately adds the clutter back to the legacy tests, but they will probably be updated at some point anyway for other reasons.