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

Error in calling HARFRQ command #3722

Open
4 tasks done
fellobos opened this issue Jan 31, 2025 · 0 comments
Open
4 tasks done

Error in calling HARFRQ command #3722

fellobos opened this issue Jan 31, 2025 · 0 comments
Labels
bug Issue, problem or error in PyMAPDL

Comments

@fellobos
Copy link

🤓 Before submitting the issue

🔍 Description of the bug

Error in calling HARFRQ command in .../_commands/solution/dynamic_options.py (line: 264):
Wrong:
command = f"HARFRQ,{freqb},{freqe},{logopt},{freqarr},{toler}"
Correct:
command = f"HARFRQ,{freqb},{freqe},,{logopt},{freqarr},{toler}"

🕵️ Steps To Reproduce

The log will automatically be formatted as Python code! No need to type backticks.

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.12

💾 Which MAPDL version are you using?

23.1

📝 PyMAPDL Report

Show the Report!

# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here

📝 Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

📝 Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

@fellobos fellobos added the bug Issue, problem or error in PyMAPDL label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue, problem or error in PyMAPDL
Projects
None yet
Development

No branches or pull requests

1 participant