From bfa035aab673d8a5fa946184e4b88907dcbb4549 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Tue, 5 Sep 2017 20:04:07 -0700 Subject: [PATCH] Fixed unit tests for proper R calculation for cylindrical stock. --- src/Mod/Path/PathTests/TestPathStock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathTests/TestPathStock.py b/src/Mod/Path/PathTests/TestPathStock.py index 20bfde412c..e60ac12d3e 100644 --- a/src/Mod/Path/PathTests/TestPathStock.py +++ b/src/Mod/Path/PathTests/TestPathStock.py @@ -33,7 +33,7 @@ class FakeJobProxy: def baseObject(self, obj): return obj.Base -R = 223.606798 +R = 223.606798 / 2 class TestPathStock(PathTestBase):