Fixed unit tests for proper R calculation for cylindrical stock.

This commit is contained in:
Markus Lampert
2017-09-08 12:25:58 +02:00
committed by wmayer
parent 778590cdb1
commit bfa035aab6
+1 -1
View File
@@ -33,7 +33,7 @@ class FakeJobProxy:
def baseObject(self, obj):
return obj.Base
R = 223.606798
R = 223.606798 / 2
class TestPathStock(PathTestBase):