Skip to content

Commit f033882

Browse files
committed
removed debug relic
1 parent 3cfeda4 commit f033882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse_net/inference/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def get_prediction(
123123
# If we have channels then the standardization is done independently per channel.
124124
if with_channels:
125125
input_volume = input_volume.astype(np.float32, copy=False)
126-
channels_to_standardize = None
127126
# TODO Check that this is the correct axis.
128127
if channels_to_standardize is None: # assume all channels
129128
channels_to_standardize = range(input_volume.shape[0])

0 commit comments

Comments
 (0)