From 95d81119784a0832bb4348600ee5e5cd08de8955 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:09:12 +0200 Subject: [PATCH 1/2] feat/adding missing argument --- src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py b/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py index 1a4176e446..6d0aebf8a7 100644 --- a/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py +++ b/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py @@ -22,7 +22,7 @@ class RadiositySolver: - def hemiopt(self, hres="", **kwargs): + def hemiopt(self, hres="", tolerance="", **kwargs): """Specifies options for Hemicube view factor calculation. APDL Command: HEMIOPT From 7678ebae37da93cddf9cdb5d60c8011f24ca04e6 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 18 Jul 2024 07:11:43 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3293.miscellaneous.md --- doc/changelog.d/3293.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3293.miscellaneous.md diff --git a/doc/changelog.d/3293.miscellaneous.md b/doc/changelog.d/3293.miscellaneous.md new file mode 100644 index 0000000000..07a57f7b11 --- /dev/null +++ b/doc/changelog.d/3293.miscellaneous.md @@ -0,0 +1 @@ +feat/adding missing argument \ No newline at end of file