Skip to content

Commit 5d815b2

Browse files
committed
remove redundant min max from ideal spacing
1 parent 39f0529 commit 5d815b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: DeepSlice/coord_post_processing/spacing_and_indexing.py

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def ideal_spacing(
8282
# unaligned voxel position of section numbers (evenly spaced depths)
8383
index_spaced_depth = section_numbers * average_thickness
8484
# average distance between the depths and the evenly spaced depths
85-
min = 0
86-
max = np.max(section_numbers)
8785
if species == "mouse":
8886
min, max = 0, 528
8987
elif species == "rat":

0 commit comments

Comments
 (0)