We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edb.modeler.bondwires
RecursionError: maximum recursion depth exceeded while calling a Python object
edb = Edb() edb.modeler.bondwires
Windows
3.10
asttokens==2.2.1 attrs==23.1.0 backcall==0.2.0 certifi==2023.7.22 cffi==1.16.0 charset-normalizer==3.3.0 click==8.1.7 click-plugins==1.1.1 cligj==0.7.2 clr-loader==0.2.6 colorama==0.4.6 comm==0.1.2 contourpy==1.1.1 cycler==0.12.1 debugpy==1.6.4 decorator==5.1.1 defusedxml==0.7.1 entrypoints==0.4 et-xmlfile==1.1.0 executing==1.2.0 Fiona==1.9.4.post1 fonttools==4.43.1 fpdf2==2.7.6 geopandas==0.14.0 idna==3.4 imageio==2.29.0 ipykernel==6.19.4 ipython==8.7.0 jedi==0.18.2 jupyter_client==7.4.8 jupyter_core==5.1.1 kiwisolver==1.4.5 matplotlib==3.7.1 matplotlib-inline==0.1.6 nest-asyncio==1.5.6 networkx==3.1 numpy==1.24.3 openpyxl==3.1.2 osmnx==1.7.0 packaging==22.0 pandas==2.0.1 parso==0.8.3 pickleshare==0.7.5 Pillow==10.0.1 platformdirs==2.6.0 plumbum==1.8.2 pooch==1.7.0 prompt-toolkit==3.0.36 psutil==5.9.4 pure-eval==0.2.2 pyaedt==0.7.0 pycparser==2.21 Pygments==2.13.0 pyparsing==3.1.1 pyproj==3.6.1 python-dateutil==2.8.2 pythonnet==3.0.2 pytz==2023.3.post1 pyvista==0.39.1 pywin32==305 pyzmq==24.0.1 requests==2.31.0 rpyc==5.3.1 scikit-rf==0.29.1 scipy==1.11.3 scooby==0.7.4 shapely==2.0.1 six==1.16.0 SRTM.py==0.3.7 stack-data==0.6.2 tornado==6.2 traitlets==5.8.0 tzdata==2023.3 urllib3==2.0.6 utm==0.7.0 vtk==9.2.6 wcwidth==0.2.5
The text was updated successfully, but these errors were encountered:
Should be fixed using ansys/pyaedt#3820 I'm closing this issue and putting the associated PR in the list of devs to retrieve from pyaedt (#40)
Sorry, something went wrong.
test #19 done
b069d44
svandenb-dev
No branches or pull requests
Before submitting the issue
Description of the bug
edb.modeler.bondwires
RecursionError: maximum recursion depth exceeded while calling a Python object
Steps To Reproduce
edb = Edb()
edb.modeler.bondwires
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
asttokens==2.2.1
attrs==23.1.0
backcall==0.2.0
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
click==8.1.7
click-plugins==1.1.1
cligj==0.7.2
clr-loader==0.2.6
colorama==0.4.6
comm==0.1.2
contourpy==1.1.1
cycler==0.12.1
debugpy==1.6.4
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.4
et-xmlfile==1.1.0
executing==1.2.0
Fiona==1.9.4.post1
fonttools==4.43.1
fpdf2==2.7.6
geopandas==0.14.0
idna==3.4
imageio==2.29.0
ipykernel==6.19.4
ipython==8.7.0
jedi==0.18.2
jupyter_client==7.4.8
jupyter_core==5.1.1
kiwisolver==1.4.5
matplotlib==3.7.1
matplotlib-inline==0.1.6
nest-asyncio==1.5.6
networkx==3.1
numpy==1.24.3
openpyxl==3.1.2
osmnx==1.7.0
packaging==22.0
pandas==2.0.1
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==2.6.0
plumbum==1.8.2
pooch==1.7.0
prompt-toolkit==3.0.36
psutil==5.9.4
pure-eval==0.2.2
pyaedt==0.7.0
pycparser==2.21
Pygments==2.13.0
pyparsing==3.1.1
pyproj==3.6.1
python-dateutil==2.8.2
pythonnet==3.0.2
pytz==2023.3.post1
pyvista==0.39.1
pywin32==305
pyzmq==24.0.1
requests==2.31.0
rpyc==5.3.1
scikit-rf==0.29.1
scipy==1.11.3
scooby==0.7.4
shapely==2.0.1
six==1.16.0
SRTM.py==0.3.7
stack-data==0.6.2
tornado==6.2
traitlets==5.8.0
tzdata==2023.3
urllib3==2.0.6
utm==0.7.0
vtk==9.2.6
wcwidth==0.2.5
The text was updated successfully, but these errors were encountered: