Skip to content

Commit

Permalink
Fix MeshIndex.values evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 19, 2024
1 parent 48dbbb0 commit acbe885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/post/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(

def _evaluate_values(self):
"""Evaluates the values of the MeshIndex."""
if self._scoping_ref is not None:
if self._scoping_ref() is not None:
self._values = self._scoping_ref().ids
else:
# Merge the fields container scoping
Expand Down

0 comments on commit acbe885

Please sign in to comment.