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 3da0c1e commit 1f84078Copy full SHA for 1f84078
ansys/dpf/core/server_types.py
@@ -459,6 +459,11 @@ def __init__(self,
459
super().__init__()
460
self._own_process = False
461
self.ansys_path = ansys_path
462
+ warnings.warn(UserWarning(f"=================!!!!!!!!!!!!========="
463
+ f"trying to load api with {ansys_path}"
464
+ f""
465
466
+ f""))
467
self._client_api_path = load_api.load_client_api(ansys_path=ansys_path)
468
469
@property
@@ -628,8 +633,6 @@ def __init__(self,
628
633
f"DPF directory not found at {os.path.dirname(path)}"
629
634
f"Unable to locate the following file: {path}")
630
635
raise e
631
- if not self.meet_version("4.0"):
632
- raise errors.DpfVersionNotSupported("4.0")
636
data_processing_capi.DataProcessingCAPI.data_processing_initialize_with_context(1, None)
637
self.set_as_global(as_global=as_global)
638
0 commit comments