We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2656933 commit 82754eeCopy full SHA for 82754ee
src/ansys/dpf/core/operators/build.py
@@ -186,7 +186,7 @@ def build_operators():
186
# List of hidden operators to still expose for retro-compatibility
187
# until they are fully deprecated
188
hidden_to_expose = [ # Use internal names
189
- "rescope_fc", # Switch to "change_fc" once server is updated
+ "change_fc",
190
"dot", "dot_tensor",
191
"scale_by_field", "scale_by_field_fc",
192
"invert", "invert_fc",
0 commit comments