Skip to content

Commit d052c29

Browse files
minor error fixing
1 parent 4c84a2e commit d052c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/augmentations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ By this function, one can augment signals by scaling their amplitudes using a sc
152152
# Importings
153153
from damavand.damavand.datasets.downloaders import read_addresses, ZipDatasetDownloader
154154
from damavand.damavand.datasets.digestors import MFPT
155-
from damavand.damavand.augmentations import masking_noise
155+
from damavand.damavand.augmentations import amplitude_shifting
156156

157157
# Downloading the MFPT dataset
158158
addresses = read_addresses()

0 commit comments

Comments
 (0)