You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of N5ScalePyramidSpark#downsampleScalePyramid will generate scale levels that are extremely small such that that smallest scale levels potentially have only a single value along one or more dimensions.
Some ongoing conversations agreed that it was reasonable to stop sooner ( as a rule of thumb, not a hard rule), so as not to generate unnecessary scale levels. A suggestion to only downsampling until the dimensions at the highest scale level are less than 64 in all dimensions seemed reasonable.
I'd propose replacing the lines linked about with something along the lines of:
The current implementation of N5ScalePyramidSpark#downsampleScalePyramid will generate scale levels that are extremely small such that that smallest scale levels potentially have only a single value along one or more dimensions.
Some ongoing conversations agreed that it was reasonable to stop sooner ( as a rule of thumb, not a hard rule), so as not to generate unnecessary scale levels. A suggestion to only downsampling until the dimensions at the highest scale level are less than 64 in all dimensions seemed reasonable.
I'd propose replacing the lines linked about with something along the lines of:
The text was updated successfully, but these errors were encountered: