From 54bbd18b02bf74fa2f04e732088407745fb7affb Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Tue, 18 Oct 2016 12:12:38 -0600 Subject: [PATCH] remove unneeded modules from test script --- src/py/crankshaft/test/test_clustering_kmeans.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/py/crankshaft/test/test_clustering_kmeans.py b/src/py/crankshaft/test/test_clustering_kmeans.py index f1b738a..0d531ab 100644 --- a/src/py/crankshaft/test/test_clustering_kmeans.py +++ b/src/py/crankshaft/test/test_clustering_kmeans.py @@ -8,15 +8,12 @@ import numpy as np # import sys # sys.modules['plpy'] = plpy from helper import plpy, fixture_file -import numpy as np import crankshaft.clustering as cc -import crankshaft.pysal_utils as pu -from crankshaft import random_seeds import json class KMeansTest(unittest.TestCase): - """Testing class for Moran's I functions""" + """Testing class for k-means spatial""" def setUp(self): plpy._reset()