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
>>> field_info.get_fields_info()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "D:\ANSYSDev\PyFluentDev\pyfluent\src\ansys\fluent\core\services\field_data.py", line 128, in get_fields_info
request = FieldDataProtoModule.GetFieldsInfo()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'ansys.api.fluent.v0.field_data_pb2' has no attribute 'GetFieldsInfo'. Did you mean: 'FieldInfo'?
We should have a single method to get the field info.
The text was updated successfully, but these errors were encountered: