File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5250,17 +5250,17 @@ def test_MergeTags(self):
5250
5250
def test_combineWithBase (self ):
5251
5251
# Test the helper mehod _combinewith
5252
5252
5253
- box = Workplane ().box (10 ,10 ,10 )
5253
+ box = Workplane ().box (10 , 10 , 10 )
5254
5254
sphere = box .faces (">Z" ).sphere (2 )
5255
5255
new_box = box ._combineWithBase (sphere .val ())
5256
5256
5257
- self .assertGreater (new_box .val ().Volume (), box .val ().Volume ())
5257
+ self .assertGreater (new_box .val ().Volume (), box .val ().Volume ())
5258
5258
5259
5259
def test_cutFromBase (self ):
5260
5260
# Test the helper method _cutFromBase
5261
5261
5262
- box = Workplane ().box (10 ,10 ,10 )
5262
+ box = Workplane ().box (10 , 10 , 10 )
5263
5263
sphere = Workplane ().sphere (2 )
5264
5264
hoolow_box = box ._cutFromBase (sphere .val ())
5265
5265
5266
- self .assertGreater (box .val ().Volume (), hoolow_box .val ().Volume ())
5266
+ self .assertGreater (box .val ().Volume (), hoolow_box .val ().Volume ())
You can’t perform that action at this time.
0 commit comments