Skip to content

Commit 3d23d8b

Browse files
committed
Fix silencing of progress meter
1 parent b09f09b commit 3d23d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input_augmentation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function call_analyzer(input, aug::NoiseAugmentation, ns::AbstractOutputSelector
5252
output_indices = ns(output)
5353
output_selector = AugmentationSelector(output_indices)
5454

55-
p = Progress(aug.n; desc="Sampling NoiseAugmentation...", showspeed=aug.show_progress)
55+
p = Progress(aug.n; desc="Sampling NoiseAugmentation...", enabled=aug.show_progress)
5656

5757
# First augmentation
5858
noisy_input = similar(input)

0 commit comments

Comments
 (0)