Skip to content
Snippets Groups Projects
Commit 9c9f4857 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-785: Fix geohash tests and precision

parent a0686bda
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class TestGEO_to_GEOHASH(base.TestCase): ...@@ -77,7 +77,7 @@ class TestGEO_to_GEOHASH(base.TestCase):
GEO_coords = numpy.array([1.0, 1.0]) GEO_coords = numpy.array([1.0, 1.0])
GEOHASH_coords = GEO_to_GEOHASH(GEO_coords) GEOHASH_coords = GEO_to_GEOHASH(GEO_coords)
self.assertEqual(str, type(GEOHASH_coords.shape)) self.assertEqual(str, type(GEOHASH_coords))
def test_convert_array(self): def test_convert_array(self):
""" Convert an array of coordinates. """ """ Convert an array of coordinates. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment