-
Notifications
You must be signed in to change notification settings - Fork 68
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
Pipeline component and implementation for merging BinaryMaskCollections #1692
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1692 +/- ##
==========================================
+ Coverage 89.78% 89.96% +0.18%
==========================================
Files 241 245 +4
Lines 9071 9148 +77
==========================================
+ Hits 8144 8230 +86
+ Misses 927 918 -9
Continue to review full report at Codecov.
|
79fb79b
to
9124802
Compare
a130df8
to
16ccb21
Compare
16ccb21
to
3e51889
Compare
3e51889
to
20ad9b7
Compare
4cc4d84
to
59ecc92
Compare
20ad9b7
to
0191533
Compare
from .simple import SimpleMerge | ||
|
||
# autodoc's automodule directive only captures the modules explicitly listed in __all__. | ||
all_filters = { |
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.
all_filters = { | |
all_methods = { |
? are they all filters?
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.
You are correct. Will fix.
0191533
to
731116c
Compare
0effa7b
to
c6ccdfc
Compare
2c6fa67
to
e120bda
Compare
e120bda
to
6173066
Compare
3aa90df
to
f8ebad0
Compare
This does not handle the case where the pixel/physical ticks do not line up. This is for cases where we derive the data from the exact same set of images, and inherit their pixel/physical ticks from the same source. Test plan: Added one positive test case, and tested the cases where the merge should fail.
f8ebad0
to
65ac815
Compare
This does not handle the case where the pixel/physical ticks do not line up. This is for cases where we derive the data from the exact same set of images, and inherit their pixel/physical ticks from the same source.
Depends on #1690, #1691, #1696
Test plan: Added one positive test case, and tested the cases where the merge should fail.