Skip to content

Commit 765eb5f

Browse files
committed
cleaned old comment block in test
1 parent 9b7b886 commit 765eb5f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python/pyspark/ml/tests.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -450,15 +450,6 @@ def check_params(test_self, py_stage, check_params_exist=True):
450450
java_default, py_default,
451451
"Java default %s != python default %s of param %s for Params %s"
452452
% (str(java_default), str(py_default), p.name, str(py_stage)))
453-
'''
454-
test_self.assertTrue(isinstance(obj, Params))
455-
params = obj.params
456-
paramNames = [p.name for p in params]
457-
test_self.assertEqual(paramNames, sorted(paramNames))
458-
for p in params:
459-
test_self.assertEqual(p.parent, obj.uid)
460-
test_self.assertEqual(obj.getParam(p.name), p)
461-
'''
462453

463454

464455
class EvaluatorTests(SparkSessionTestCase):

0 commit comments

Comments
 (0)