You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the fault tolerant workflow, describe_geometry_and_flow is giving the following error;
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 463, in __dir__
for arg in [*self._get_camel_case_arg_keys(), *dir(self._task)]:
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 418, in _get_camel_case_arg_keys
for arg in args().keys():
File ".env/lib/python3.10/site-packages/ansys/fluent/core/services/datamodel_se.py", line 984, in __call__
return self.get_state()
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 747, in get_state
self._task.Arguments() if explicit_only else self._task._command_arguments()
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 978, in _command_arguments
return self._refreshed_command()
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 996, in _refreshed_command
return self._cmd_sub_items_read_only(cmd, cmd())
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 1002, in _cmd_sub_items_read_only
cmd, key, self._cmd_sub_items_read_only(getattr(cmd, key), value)
File ".env/lib/python3.10/site-packages/ansys/fluent/core/workflow.py", line 1004, in _cmd_sub_items_read_only
setattr(cmd, key, getattr(cmd, key))
File ".env/lib/python3.10/site-packages/ansys/fluent/core/services/datamodel_se.py", line 2253, in __getattr__
arg = self.parent_arg["info"]["parameters"][attr]
KeyError: 'CloseLeakges'
📝 Steps to reproduce
launch pyfluent meshing session
setup fault-tolerant meshing
read any geometry
run command and see above error; fault_tolerant.describe_geometry_and_flow.arguments()
🔍 Before submitting the issue
🐞 Description of the bug
when using the fault tolerant workflow, describe_geometry_and_flow is giving the following error;
📝 Steps to reproduce
fault_tolerant.describe_geometry_and_flow.arguments()
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
v252
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: