We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f7a5b commit 3841108Copy full SHA for 3841108
examples/Training/python/Advanced/Raw_Data_advanced.py
@@ -40,7 +40,7 @@
40
# Go through each channel (looping through Z and T not shown - go for mid-Z
41
# only)
42
# =================================================================
43
-z = image.getSizeZ() / 2
+z = image.getSizeZ() // 2
44
t = 0
45
c = 0
46
for min_max in channel_min_max:
0 commit comments