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 bf2f71d commit dba7b09Copy full SHA for dba7b09
test.py
@@ -234,9 +234,9 @@ def testNumpyRandom(self):
234
unittest.makeSuite(HClusterSmallListTestCase),
235
unittest.makeSuite(HClusterStringTestCase),
236
unittest.makeSuite(KCluster2DTestCase),
237
- unittest.makeSuite(KClusterSFBugs)),
+ unittest.makeSuite(KClusterSFBugs),
238
unittest.makeSuite(KClusterSmallListTestCase),
239
unittest.makeSuite(NumpyTests),
240
- )
+ ))
241
242
unittest.TextTestRunner(verbosity=2).run(suite)
0 commit comments