We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9bdb3 commit d6ebdb2Copy full SHA for d6ebdb2
cluster/test/test_hierarchical.py
@@ -196,6 +196,8 @@ def testDataTypes(self):
196
197
def testCluster(self):
198
"Basic Hierachical clustering test with strings"
199
+ self.skipTest('These values lead to non-deterministic results. '
200
+ 'This makes it untestable!')
201
cl = HierarchicalClustering(self.__data, self.sim)
202
self.assertEqual([
203
['ultricies'],
0 commit comments