dpf.operators.result.coordinate_system() missing in 0.13.3?
total_obliteration
Member Posts: 12
**
in Structures
Hello,
With ansys-dpf-core==0.13.3:
KeyError: "The operator CS doesn't exist in the registry...
With ansys-dpf-core==0.13.0, the operator works.
This is on clean system without standalone server instance. The model is read from Ansys 2024R2 .rst.
Any comment? Also, where I could track changes from version to version? thanks
0
Answers
-
Hello,
Can you please check available operators with 0.13.3 ? This error comes if the server being used does not have this operator.
and example is this:[op_name for op_name in dpf.dpf_operator.available_operator_names(model.metadata._server) if 'CS' in op_name]
Also, check the server being used.
0