From 3e1f8e00a5c021f0076fa357f470b8d6a44bb1c3 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Thu, 23 Sep 2021 00:21:41 -0700 Subject: [PATCH] minor cleanup --- test/test_path.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_path.py b/test/test_path.py index 0502c5a..28934ad 100644 --- a/test/test_path.py +++ b/test/test_path.py @@ -775,8 +775,7 @@ class TestPath(TestCase): # regression tests. self.assertAlmostEqual(path.point(0.0), (275 + 175j), delta=TOL) self.assertAlmostEqual(path.point(0.2800495767557787), (275 + 25j), delta=TOL) - self.assertAlmostEqual(path.point(0.5), - (168.93398282201787 + 68.93398282201787j)) + self.assertAlmostEqual(path.point(0.5), (168.93398282201787 + 68.93398282201787j)) self.assertAlmostEqual(path.point(1 - 0.2800495767557787), (125 + 175j), delta=TOL) self.assertAlmostEqual(path.point(1.0), (275 + 175j), delta=TOL) # The errors seem to accumulate. Still 6 decimal places is more