Skip to content

Commit 8baca71

Browse files
authored
Merge pull request #675 from jonbenfri/workflow-3-notebook-673-bugfix
Activates PDK for notebook ``notebooks/workflow_3_cascaded_mzi.ipynb``
2 parents bbd9207 + 9e1cf9a commit 8baca71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

notebooks/workflow_3_cascaded_mzi.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"import sax\n",
3232
"\n",
3333
"import gplugins.tidy3d as gt\n",
34-
"from gplugins.common.config import PATH"
34+
"from gplugins.common.config import PATH\n",
35+
"\n",
36+
"gf.gpdk.PDK.activate()"
3537
]
3638
},
3739
{

0 commit comments

Comments
 (0)