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 edc80f1 commit 68a3998Copy full SHA for 68a3998
ansys/dpf/core/label_space.py
@@ -43,8 +43,8 @@ def _data_processing_core_api(self):
43
return core_api
44
45
def fill(self, label_space):
46
- for key, id in label_space.items():
47
- self._api.label_space_add_data(self, key, id)
+ for key, index in label_space.items():
+ self._api.label_space_add_data(self, key, index)
48
49
def __dict__(self):
50
if isinstance(self._internal_obj, dict):
0 commit comments