Open
Description
Before submitting the issue
- I have checked for Compatibility issues
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
Starting somewhere along 0.13
, some typehinting for operators Python modules started not being parsed properly.
Steps To Reproduce
https://dpf.docs.pyansys.com/version/stable/api/ansys.dpf.core.operators.utility.merge_weighted_fields_containers.html#merge-weighted-fields-containers
See the weights1
and weights2
input types in the operator API reference above.
It should be a reference to the PropertyField
class the same way the FieldsContainer
is referenced just above.
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
DPF Server 2025.2.pre0
Which Python version causes the issue?
3.12
Installed packages
NA