Skip to content

Commit 9e45b61

Browse files
committed
fix doc ports
1 parent 5b9b482 commit 9e45b61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/write_cells_si220.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
import cspdk
6262
63-
c = cspdk.si220.cells.{name}({kwargs})
63+
c = cspdk.si220.cells.{name}({kwargs}).dup()
6464
c.draw_ports()
6565
c.plot()
6666

.github/write_cells_si500.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
import cspdk
6262
63-
c = cspdk.si500.cells.{name}({kwargs})
63+
c = cspdk.si500.cells.{name}({kwargs}).dup()
6464
c.draw_ports()
6565
c.plot()
6666

.github/write_cells_sin300.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
import cspdk
6262
63-
c = cspdk.si220.cells.{name}({kwargs})
63+
c = cspdk.si220.cells.{name}({kwargs}).dup()
6464
c.draw_ports()
6565
c.plot()
6666

0 commit comments

Comments
 (0)