Fixed unit tests for proper R calculation for cylindrical stock.

This commit is contained in:
Markus Lampert
2017-09-05 20:04:07 -07:00
committed by wmayer
parent 778590cdb1
commit bfa035aab6

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):