Skip to content

Commit

Permalink
Update openEBL_ContradirectionalCoupler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Mar 19, 2024
1 parent 6b08ed4 commit 9be5edf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
# Import KLayout-Python API
import pya
from pya import *
print(pya.__version__)
print(int(pya.__version__.split('.')[2].split('-')[0]))

import SiEPIC
from SiEPIC._globals import Python_Env
Expand Down

0 comments on commit 9be5edf

Please sign in to comment.