-
Notifications
You must be signed in to change notification settings - Fork 70
Replace most instances of starfish.image.Filter.Reduce with imagestack.reduce #1548
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1548 +/- ##
=========================================
+ Coverage 88.25% 90% +1.74%
=========================================
Files 152 223 +71
Lines 5245 8261 +3016
=========================================
+ Hits 4629 7435 +2806
- Misses 616 826 +210
Continue to review full report at Codecov.
|
d79996f
to
3ed6556
Compare
3ed6556
to
23f18ee
Compare
18ebbc3
to
cf4f2ec
Compare
7bc8d76
to
5c4b77f
Compare
5757961
to
df5f44a
Compare
3b40109
to
55a84f3
Compare
df5f
8000
44a
to
5534128
Compare
shanaxel42
approved these changes
Sep 16, 2019
fa479cb
to
87b6956
Compare
1436e1e
to
f42a001
Compare
755a67d
to
8216d33
Compare
01a3e6c
to
e2bc37e
Compare
873a327
to
a108ce5
Compare
8c21e24
to
b187a24
Compare
a108ce5
to
23fd1e6
Compare
b187a24
to
0bfbd65
Compare
23fd1e6
to
07f27d0
Compare
0bfbd65
to
64d5322
Compare
40d8e4e
to
7fd6a53
Compare
53c5be7
to
b620e73
Compare
de1c6fe
to
9e47685
Compare
b620e73
to
0da0bcb
Compare
9e47685
to
e82ef53
Compare
3380d78
to
88261ac
Compare
6360be6
to
f08a569
Compare
1a6f306
to
28d15b0
Compare
2210ee2
to
b7d9351
Compare
28d15b0
to
8e93d48
Compare
b7d9351
to
da9a140
Compare
8e93d48
to
28dfbae
Compare
da9a140
to
5f3aa70
Compare
ff2af22
to
a180d72
Compare
5862e96
to
637236b
Compare
599453e
to
aa5a5d0
Compare
c8858c4
to
7cd93ae
Compare
…k.reduce Unless the reduction is happening multiple times, it's simpler to represent a stack reduction as imagestack.reduce Test plan: travis thanks!
7cd93ae
to
f612f8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unless the reduction is happening multiple times, it's simpler to represent a stack reduction as imagestack.reduce
Test plan: travis thanks!
Depends on #1539