From 6e540361afd0ae845cf6bd1e3016722a5fba58d4 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Mon, 27 Feb 2017 12:14:48 -0500 Subject: [PATCH] remove unneeded commented code --- src/py/crankshaft/test/test_clustering_kmeans.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/py/crankshaft/test/test_clustering_kmeans.py b/src/py/crankshaft/test/test_clustering_kmeans.py index 03cbd0a..e743015 100644 --- a/src/py/crankshaft/test/test_clustering_kmeans.py +++ b/src/py/crankshaft/test/test_clustering_kmeans.py @@ -47,9 +47,6 @@ class KMeansNonspatialTest(unittest.TestCase): def setUp(self): plpy._reset() - # self.cluster_data = json.loads( - # open(fixture_file('kmeans-nonspatial.json')).read()) - self.params = {"subquery": "SELECT * FROM TABLE", "n_clusters": 5}