matthuszagh / pyems

High-level python interface to OpenEMS with automatic mesh generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

differential_gcpw.py & differential_gcpw_blocking_cap.py: TypeError: __init__() got an unexpected keyword argument 'via_gap'

biergaizi opened this issue · comments

I was trying to run the demo differential_gcpw.py & differential_gcpw_blocking_cap.py, unfortunately they fail.

differential_gcpw.py

Traceback (most recent call last):
  File "/home/user/code/pyems/examples/differential_gcpw.py", line 34, in <module>
    DifferentialMicrostrip(
TypeError: __init__() got an unexpected keyword argument 'via_gap'

differential_gcpw_blocking_cap.py

Traceback (most recent call last):
  File "/home/user/code/pyems/examples/gcpw_bypass_cap.py", line 33, in <module>
    Microstrip(
TypeError: __init__() got an unexpected keyword argument 'via_gap'