File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ jobs:
100100 --durations=20
101101
102102 - name : Upload coverage report
103- uses : codecov/codecov-action@v6.0.0
103+ uses : codecov/codecov-action@v5.5.2
104104 with :
105105 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -98,9 +98,7 @@ def compute_foreground_mask(
9898 # the point of this step is rather to clean up and smooth out the skin surface of small cavities.
9999 # Uses binary_closing with a 6-connected structuring element iterated
100100 # closing_radius times, which is much faster than the original two-pass
101- # EDT approach (~15x). The diamond-shaped kernel produces slightly
102- # different boundary voxels (<0.2%) versus the EDT's Euclidean ball,
103- # but this does not affect downstream segmentation quality.
101+ # EDT approach (~15x).
104102 closing_r = int (closing_radius )
105103 if closing_r > 0 :
106104 pad_width = closing_r + 2
You can’t perform that action at this time.
0 commit comments