Skip to content

Commit 799976e

Browse files
author
Vinod K C
committed
Removed testcase to assert IAE when relativeSD>3.7
1 parent 8ddbfae commit 799976e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ def test_count_approx_distinct(self):
644644
self.assertTrue(18 < rdd.map(lambda x: (x, -x)).countApproxDistinct() < 22)
645645

646646
self.assertRaises(ValueError, lambda: rdd.countApproxDistinct(0.00000001))
647-
self.assertRaises(ValueError, lambda: rdd.countApproxDistinct(0.5))
648647

649648
def test_histogram(self):
650649
# empty

0 commit comments

Comments
 (0)