Kaydet (Commit) c1b06c81 authored tarafından Justin Bronn's avatar Justin Bronn

Lowered tolerance to fix failing distance test.

üst db78086b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment