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 b58d056 commit 443bfa2Copy full SHA for 443bfa2
src/ansys/dpf/core/property_field.py
@@ -91,10 +91,7 @@ def __init__(
91
field=property_field,
92
server=server,
93
)
94
- if meets_version(self._server.version, "11.0"):
95
- self._field_definition_instance = self._load_field_definition()
96
- else:
97
- self._field_definition_instance = None
+ self._field_definition_instance = None
98
99
@property
100
def _api(self) -> property_field_abstract_api.PropertyFieldAbstractAPI:
0 commit comments