Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e540361af |
@@ -47,9 +47,6 @@ class KMeansNonspatialTest(unittest.TestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
plpy._reset()
|
plpy._reset()
|
||||||
|
|
||||||
# self.cluster_data = json.loads(
|
|
||||||
# open(fixture_file('kmeans-nonspatial.json')).read())
|
|
||||||
|
|
||||||
self.params = {"subquery": "SELECT * FROM TABLE",
|
self.params = {"subquery": "SELECT * FROM TABLE",
|
||||||
"n_clusters": 5}
|
"n_clusters": 5}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user