ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 107 forks source link

Bug located in : start_continue_from_previous_setup #4783

Closed ngkazu closed 4 weeks ago

ngkazu commented 1 month ago

Before submitting the issue

Description of the bug

Source: self.props["PrevSoln"] = prev_solution

        self.props["PrevSoln"]["Params"] = params

in setup properties, there is no 'PrevSoln'. i think it must be 'RestartSoln'...

Steps To Reproduce

app= Icepak() s2= app.get_setup('Setup2') s2.start_continue_from_previous_setup(design= 'Design1', solution= 'Setup1 : SteadyState')

Which Operating System are you using?

Windows

Which Python version are you using?

3.10

Installed packages

Package Version


altgraph 0.17.4 ansicon 1.89.0 ansys-api-dbu 0.2.5 ansys-api-geometry 0.3.8 ansys-geometry-core 0.4.11 ansys-pythonnet 3.1.0rc3 ansys-tools-path 0.4.1 appdirs 1.4.4 attrs 23.2.0 beartype 0.17.2 blessed 1.20.0 cachetools 5.3.3 certifi 2024.2.2 cffi 1.15.1 charset-normalizer 3.3.2 click 8.1.7 click-plugins 1.1.1 cligj 0.7.2 clr-loader 0.2.6 colorama 0.4.6 contourpy 1.1.1 cycler 0.12.1 defusedxml 0.7.1 et-xmlfile 1.1.0 fast_simplification 0.1.7 fiona 1.9.6 flyingcircus 0.1.4.1 fonttools 4.43.1 fpdf2 2.7.7 geopandas 0.14.4 google-api-core 2.17.1 google-api-python-client 2.120.0 google-auth 2.28.1 google-auth-httplib2 0.2.0 googleapis-common-protos 1.62.0 grpcio 1.62.0 grpcio-health-checking 1.62.0 httplib2 0.22.0 idna 3.6 imageio 2.34.1 jinxed 1.2.0 joblib 1.4.2 jsonschema 4.21.1 jsonschema-specifications 2023.12.1 kiwisolver 1.4.5 lxml 4.9.3 matplotlib 3.8.1 networkx 3.3 numpy 1.26.0 openpyxl 3.1.2 osmnx 1.9.3 packaging 23.2 pandas 2.1.1 pefile 2023.2.7 Pillow 10.1.0 Pint 0.23 pip 24.0 platformdirs 4.2.0 plumbum 1.8.2 pooch 1.8.0 protobuf 4.25.3 psutil 5.9.5 pyaedt 0.9.3 pyasn1 0.5.1 pyasn1-modules 0.3.0 pycparser 2.21 pyedb 0.7.0 pyinstaller 6.2.0 pyinstaller-hooks-contrib 2023.10 pyparsing 3.1.1 pyproj 3.6.1 PyQt6 6.7.0 PyQt6-Qt6 6.7.0 PyQt6-sip 13.6.0 PySide6 6.7.0 PySide6_Addons 6.7.0 PySide6_Essentials 6.7.0 python-dateutil 2.8.2 python-pptx 0.6.23 pythonnet 3.0.2 pytk 0.0.2.1 pytomlpp 1.0.13 pytz 2023.3.post1 pyvista 0.43.3 pywin32 306 pywin32-ctypes 0.2.2 referencing 0.33.0 requests 2.31.0 rpds-py 0.17.1 rpyc 6.0.0 rsa 4.9 scikit-learn 1.5.0 scikit-rf 1.0.0 scipy 1.11.3 scooby 0.9.2 setuptools 65.5.0 setuptools-scm 8.0.4 shapely 2.0.4 shiboken6 6.7.0 six 1.16.0 SRTM.py 0.3.7 threadpoolctl 3.5.0 tomli 2.0.1 typing_extensions 4.8.0 tzdata 2023.3 uritemplate 4.1.1 urllib3 2.2.1 utm 0.7.0 vtk 9.2.6 wcwidth 0.2.12 wheel 0.41.2 XlsxWriter 3.1.9

ngkazu commented 4 weeks ago

thank you for settling the issue...