Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ring630 committed Jan 3, 2025
1 parent 2267a93 commit 65f099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy/system/test_edb_configuration_2p0.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def test_09_padstack_definition(self, edb_examples):
data = {"padstacks": {"definitions": [DEFINITION], "instances": [INSTANCE]}}
edbapp = edb_examples.get_si_verse()
assert edbapp.configuration.load(data, apply_file=False)
edbapp.configuration.run(fix_padstack_def=True)
edbapp.configuration.run()
data_from_layout = edbapp.configuration.get_data_from_db(padstacks=True)
pdef = [i for i in data_from_layout["padstacks"]["definitions"] if i["name"] == "v35h15"][0]

Expand Down

0 comments on commit 65f099a

Please sign in to comment.