Skip to content

Commit

Permalink
fix augmentations
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrss committed May 11, 2024
1 parent 49a8b2b commit 55eef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_augmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def test_augmenter_loading():
'tsnoise',
'tsdrift',
'tspeaks',
'tsdrift',
'gaussian',
'saltpepper',
'tsdrift',
]
aug = Augmenters(augmentations=augmentations, max_crop_class=1)
for i, method in enumerate(aug):
Expand Down

0 comments on commit 55eef3e

Please sign in to comment.