From 55eef3e416cc40bcb2343d72f33976e5988fbc8c Mon Sep 17 00:00:00 2001 From: Jordan Graesser Date: Sat, 11 May 2024 16:53:18 +1000 Subject: [PATCH] fix augmentations --- tests/test_augmentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_augmentation.py b/tests/test_augmentation.py index a43caca9..a3bb62c0 100644 --- a/tests/test_augmentation.py +++ b/tests/test_augmentation.py @@ -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):