Skip to content
New issue

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

ansys.dyna.core.keywords.keyword_classes' has no attribute 'ControlTimestep' #629

Closed
2 tasks done
RaphaelHeiniger opened this issue Nov 22, 2024 · 0 comments · Fixed by #631
Closed
2 tasks done
Assignees
Labels
bug Something isn't working enhancement New features or code improvements

Comments

@RaphaelHeiniger
Copy link
Collaborator

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 Description of the bug

Getting error "module 'ansys.dyna.core.keywords.keyword_classes' has no attribute 'ControlTimestep'" when trying to load *CONTROL_TIMESTEP keyword.

kwd.json changed initially there was a mistake CONTROL_TIME_STEP instead of CONTROL_TIMESTEP. This was covered in the manifest. Seems kwd.json is correct now and needs a fix in the manifest.json

📝 Steps to reproduce

from ansys.dyna.core.lib.deck import Deck
mystring = """*CONTROL_TIMESTEP
$#  dtinit    tssfac      isdo    tslimt     dt2ms      lctm     erode     ms1st
       0.0       0.0         0       0.0       0.0         0         0         0
$#  dt2msf   dt2mslc     imscl    unused    unused     rmscl     emscl      ihdo
       0.0         0         0                           0.0       0.0         0
$#       -     igado     dtusr    dtdynv
                   1       0.0         0"""
mydeck = Deck()
mydeck.loads(mystring)

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

..

🐍 Which Python version are you using?

3.12

📦 Installed packages

ansys-api-dyna==0.4.1
ansys-api-platform-instancemanagement==1.1.0
ansys-dpf-core==0.12.2
-e git+https://github.com/pyansys/pyDyna@11661b7119687e7d762847cff2d3d3643492dcf4#egg=ansys_dyna_core
ansys-platform-instancemanagement==1.1.2
ansys-tools-path==0.7.0
appdirs==1.4.4
asttokens==2.4.1
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
comm==0.2.2
contourpy==1.3.1
cycler==0.12.1
debugpy==1.8.8
decorator==5.1.1
executing==2.1.0
fonttools==4.54.1
google-api-core==2.23.0
google-api-python-client==2.152.0
google-auth==2.36.0
google-auth-httplib2==0.2.0
googleapis-common-protos==1.66.0
grpcio==1.67.1
hollerith==0.4.1
httplib2==0.22.0
idna==3.10
importlib_metadata==8.5.0
ipykernel==6.29.5
ipython==8.29.0
jedi==0.19.2
jupyter_client==8.6.3
jupyter_core==5.7.2
kiwisolver==1.4.7
matplotlib==3.9.2
matplotlib-inline==0.1.7
nest-asyncio==1.6.0
numpy==2.1.3
packaging==24.2
pandas==2.2.3
parso==0.8.4
pillow==11.0.0
platformdirs==4.3.6
pooch==1.8.2
prompt_toolkit==3.0.48
proto-plus==1.25.0
protobuf==5.28.3
psutil==6.1.0
pure_eval==0.2.3
pyasn1==0.6.1
pyasn1_modules==0.4.1
Pygments==2.18.0
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
pyvista==0.44.1
pywin32==308
pyzmq==26.2.0
requests==2.32.3
rsa==4.9
scooby==0.10.0
setuptools==75.5.0
six==1.16.0
stack-data==0.6.3
tornado==6.4.1
tqdm==4.67.0
traitlets==5.14.3
typing_extensions==4.12.2
tzdata==2024.2
uritemplate==4.1.1
urllib3==2.2.3
vtk==9.3.1
wcwidth==0.2.13
zipp==3.21.0
@RaphaelHeiniger RaphaelHeiniger added the bug Something isn't working label Nov 22, 2024
@RaphaelHeiniger RaphaelHeiniger self-assigned this Nov 22, 2024
@RaphaelHeiniger RaphaelHeiniger linked a pull request Nov 28, 2024 that will close this issue
@RaphaelHeiniger RaphaelHeiniger added the enhancement New features or code improvements label Nov 28, 2024
RaphaelHeiniger added a commit that referenced this issue Dec 23, 2024
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Mohamed Koubaa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New features or code improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant