Open PProfizi opened 1 year ago
Despite the skin_mesh operator defining one of its outputs as umap<int32, int32>, there is not dict type recognized as either input nor output for operators in this Enum: https://github.com/pyansys/pydpf-core/blob/b7475932cb947315b2a3009daf3ce32684d192af/src/ansys/dpf/core/common.py#L61
skin_mesh
umap<int32, int32>
dict
We should properly document and handle dict type operator inputs and outputs, or remove them.
Windows
DPF Server as standalone
3.7
NA
@ayush-kumar-423
Before submitting the issue
Description of the bug
Despite the
skin_mesh
operator defining one of its outputs asumap<int32, int32>
, there is notdict
type recognized as either input nor output for operators in this Enum: https://github.com/pyansys/pydpf-core/blob/b7475932cb947315b2a3009daf3ce32684d192af/src/ansys/dpf/core/common.py#L61We should properly document and handle
dict
type operator inputs and outputs, or remove them.Steps To Reproduce
Which Operating System are you using?
Windows
Which DPF/Ansys version are you using?
DPF Server as standalone
Which Python version are you using?
3.7
Installed packages
NA