ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
70 stars 25 forks source link

Dict output type is not recognized #787

Open PProfizi opened 1 year ago

PProfizi commented 1 year ago

Before submitting the issue

Description of the bug

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

We should properly document and handle dict type operator inputs and outputs, or remove them.

Steps To Reproduce

MicrosoftTeams-image (1)

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

PProfizi commented 1 year ago

@ayush-kumar-423