Skip to content

Commit 82754ee

Browse files
committed
Update list of hidden operators to build
Signed-off-by: paul.profizi <[email protected]>
1 parent 2656933 commit 82754ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/operators/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def build_operators():
186186
# List of hidden operators to still expose for retro-compatibility
187187
# until they are fully deprecated
188188
hidden_to_expose = [ # Use internal names
189-
"rescope_fc", # Switch to "change_fc" once server is updated
189+
"change_fc",
190190
"dot", "dot_tensor",
191191
"scale_by_field", "scale_by_field_fc",
192192
"invert", "invert_fc",

0 commit comments

Comments
 (0)