Skip to content

Commit 3b2f070

Browse files
author
donglaiw
committed
fix typo
1 parent d5b9cb6 commit 3b2f070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectomics/data/augmentation/test_augmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self,
5555
self.scale_factors = scale_factors
5656
self.inference_act = inference_act
5757
if num_aug == 0:
58-
num_aug = None:
58+
num_aug = None
5959

6060
if num_aug is not None:
6161
assert num_aug in [4, 8, 16], \

0 commit comments

Comments
 (0)