Skip to content

Commit

Permalink
reverting extending ref pins search
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Jul 24, 2024
1 parent a791a61 commit d89c7fb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tests/legacy/system/test_edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,33 +1656,6 @@ def test_workflow(self, edb_examples):
assert path_bom.exists()
edbapp.close()

def test_create_port_ob_component_no_ref_pins_in_component(self, edb_examples):
edbapp = edb_examples.get_no_ref_pins_component()
sim_setup = edbapp.new_simulation_configuration()
sim_setup.signal_nets = [
"net1",
"net2",
"net3",
"net4",
"net5",
"net6",
"net7",
"net8",
"net9",
"net10",
"net11",
"net12",
"net13",
"net14",
"net15",
]
sim_setup.power_nets = ["GND"]
sim_setup.solver_type = 7
sim_setup.components = ["J2E2"]
sim_setup.do_cutout_subdesign = False
edbapp.build_simulation_project(sim_setup)
assert len(edbapp.ports) == 15

def test_create_ping_group(self, edb_examples):
edbapp = edb_examples.get_si_verse()
assert edbapp.modeler.create_pin_group(
Expand Down

0 comments on commit d89c7fb

Please sign in to comment.