-
Notifications
You must be signed in to change notification settings - Fork 0
Improve documentation for Granta MI version support #215
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
=======================================
Coverage 88.86% 88.86%
=======================================
Files 4 4
Lines 557 557
=======================================
Hits 495 495
Misses 62 62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Don't merge until ansys/pygranta#175 is merged |
@@ -44,9 +44,11 @@ Dependencies | |||
------------ | |||
.. readme_software_requirements | |||
|
|||
To use PyGranta JobQueue, you must have access to a Granta MI 2024 R2 deployment. | |||
This version of the ``ansys.grantami.jobqueue`` package requires Granta MI 2024 R2 or newer. Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version of the ``ansys.grantami.jobqueue`` package requires Granta MI 2024 R2 or newer. Use | |
This version of the ``ansys.grantami.jobqueue`` package requires Granta MI 2024 R2 or later. Use |
Closes #214
Refer to the improved PyGranta metapackage documentation for guidance on how to determine package compatibility for unsupported Granta MI versions.
The link points to the version table page, which is updated as part of ansys/pygranta#175