Skip to content

Commit e40ccef

Browse files
authored
Update test_rsl.py
1 parent 95f5cb2 commit e40ccef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hdbscan/tests/test_rsl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from sklearn.utils import shuffle
2525
from sklearn.preprocessing import StandardScaler
2626

27+
from nose import SkipTest
2728

2829
n_clusters = 3
2930
X, y = make_blobs(n_samples=50, random_state=1)

0 commit comments

Comments
 (0)