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

HEMIOPT is missing the 'tolerance' on the function definition. #3277

Closed
4 tasks done
mikerife opened this issue Jul 15, 2024 · 0 comments · Fixed by #3293
Closed
4 tasks done

HEMIOPT is missing the 'tolerance' on the function definition. #3277

mikerife opened this issue Jul 15, 2024 · 0 comments · Fixed by #3293
Labels
bug Issue, problem or error in PyMAPDL

Comments

@mikerife
Copy link

🤓 Before submitting the issue

🔍 Description of the bug

https://github.com/ansys/pymapdl/blob/main/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py#L25-L40

'tolerance' is missing on the funtion definition. So using that does not work.

🕵️ Steps To Reproduce

from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl()
mapdl.prep7()
mapdl.hemiopt(10, 1.0E-6)

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

💾 Which MAPDL version are you using?

24R1

📝 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.

@mikerife mikerife added the bug Issue, problem or error in PyMAPDL label Jul 15, 2024
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

Successfully merging a pull request may close this issue.

1 participant