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
We should inform users which is the minimum Ansys version supported for PyRocky. This should be done in 2 ways:
Through documentation: by explaining it directly on the docs
Through code: we should implement some checks to verify the minimum version compatibility. I also recommend you to use ansys-tools-path for detecting where is your user's Ansys installation and thus simplify your current API (you are forcing the user to pass the full path to the executable but if you knew the value of AWP_ROOT and the version your user wants to run, you could automatically infer the path).
The text was updated successfully, but these errors were encountered:
Pinging @igortg for visibility
We should inform users which is the minimum Ansys version supported for PyRocky. This should be done in 2 ways:
The text was updated successfully, but these errors were encountered: