Skip to content

Commit b563e7d

Browse files
committed
Fixed test import
1 parent 743a185 commit b563e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/transformations/collection/contrastive_based/tests/test_ts2vec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44
import pytest
55

6-
from aeon.transformations.collection.contrastive_based._ts2vec import TS2Vec
6+
from aeon.transformations.collection.contrastive_based import TS2Vec
77

88

99
@pytest.mark.parametrize("expected_feature_size", [3, 5, 10])

0 commit comments

Comments
 (0)