Loading django/contrib/gis/tests/distapp/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ class DistanceTest(TestCase): else: qs = Interstate.objects.length() if oracle: tol = 2 else: tol = 5 else: tol = 3 self.assertAlmostEqual(len_m1, qs[0].length.m, tol) # Now doing length on a projected coordinate system. Loading Loading
django/contrib/gis/tests/distapp/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -324,7 +324,7 @@ class DistanceTest(TestCase): else: qs = Interstate.objects.length() if oracle: tol = 2 else: tol = 5 else: tol = 3 self.assertAlmostEqual(len_m1, qs[0].length.m, tol) # Now doing length on a projected coordinate system. Loading