Skip to content

Commit

Permalink
import_gds
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorompi committed Jan 24, 2025
1 parent 204c571 commit b39f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy/system/test_edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def test_import_gds_from_tech(self):
self.local_scratch.copyfile(gds_in, gds_out)

c = ControlFile(c_file_in, layer_map=c_map)
setup = c.setups.add_setup("Setup1", "1GHz", 0.02)
setup = c.setups.add_setup("Setup1", "1GHz", 0.02, 10)
setup.add_sweep("Sweep1", "0.01GHz", "5GHz", "0.1GHz")
c.boundaries.units = "um"
c.stackup.units = "um"
Expand Down

0 comments on commit b39f508

Please sign in to comment.