Skip to content

Commit 3841108

Browse files
committed
Return integer
1 parent 09f7a5b commit 3841108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Training/python/Advanced/Raw_Data_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Go through each channel (looping through Z and T not shown - go for mid-Z
4141
# only)
4242
# =================================================================
43-
z = image.getSizeZ() / 2
43+
z = image.getSizeZ() // 2
4444
t = 0
4545
c = 0
4646
for min_max in channel_min_max:

0 commit comments

Comments
 (0)