dpf.operators.result.coordinate_system() missing in 0.13.3?

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 :)

Tagged:

Answers

  • Rajesh Meena
    Rajesh Meena Moderator, Employee Posts: 125
    100 Comments Second Anniversary 5 Answers Solution Developer Community of Practice Member
    ✭✭✭✭

    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.