You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting DPF with PyPIM, don't force the usage of a specific version (#666)
The current implementation would fallback on the current `__ansys_version__` if no specific version was requested. However, PyDPF is compatible with multiple DPF version, artificially creating incompatibility.
This PR changes this behavior so that by default, no specific version is requested.
0 commit comments