Update Python test QA

We don't need to explicitly calculate the bounding box anymore as it is
lazily calculated when needed
This commit is contained in:
Seth Hillbrand 2021-02-26 13:55:36 -08:00
parent 2d5015c217
commit 824a942f55
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ class TestBoardClass(unittest.TestCase):
pad.SetSize(wxSizeMM(2.0, 3.0))
pad.SetPosition(wxPointMM(0,0))
#Update the footprint bounding box, because
#the new pad must be inside the bounding box to be located
module.CalculateBoundingBox()
# easy case
p1 = pcb.GetPad(wxPointMM(0,0))