-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not use arbitrary string for the version parameter when creating remote server with PIM #2506
Comments
The list_definitions method of the pim client can be used to retrieve the list of versions that the PIM server supports. |
I would say... that if If not using PIM, PyMAPDL should use latest which is the default... hence we should probably discard that argument. |
"latest" is only an example of which arbitrary string can be passed as the version. |
mmhhh... I see. Well... locally we are not really interested in having versions different than MAPDL versions. The whole concept of However, I do understand your need. So far, in #2515 I'm moving the version check to be done after the PIM launcher. So you could pass any string to the PIM client (you might want to sanitize that on your side). Ideally we should have a totally different argument for system configuration (aka |
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
Any string should be allowed for the version parameter (e.g. "latest") when launching a MADPL server on Ansys Lab, with PIM.
Bug can be reproduced in the Seattle project @germa89
Traceback:
🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Linux
🐍 Which Python version are you using?
3.9
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: