Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/solder_ball_height_bug_fix' into…
Browse files Browse the repository at this point in the history
… solder_ball_height_bug_fix
  • Loading branch information
ring630 committed Oct 23, 2023
2 parents c162577 + 2ecd1c7 commit 8ccbf05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _unittest/test_00_EDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,9 @@ def test_075_flatten_planes(self):
def test_076_create_solder_ball_on_component(self):
assert self.edbapp.components.set_solder_ball("U1", shape="Spheroid")
assert self.edbapp.components.set_solder_ball("U6", sball_height=None)
assert self.edbapp.components.set_solder_ball("U6", sball_height="100um", auto_reference_size=False, chip_orientation="chip_up")
assert self.edbapp.components.set_solder_ball(
"U6", sball_height="100um", auto_reference_size=False, chip_orientation="chip_up"
)

def test_077_add_void(self):
plane_shape = self.edbapp.modeler.Shape("rectangle", pointA=["-5mm", "-5mm"], pointB=["5mm", "5mm"])
Expand Down

0 comments on commit 8ccbf05

Please sign in to comment.