-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introduce Omniverse kits #385
Conversation
Added the ansys.geometry.serviceand ansys.geometry.seviceui kits to the wheel. Note: these will also be redistributed directly via an omniverse branch.
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.
About this branch, I just need a change in the project toml to not kick the coverage against it.
Anyway, I am not sure if this is the best place to put the folder, given that we cannot use another tool apart from flit, to follow the pyansys guidance.
However, I have an idea. I sent you the info in chat
The OV extensions are now in the repo root and inside of the wheel. The core pyensight (ensight.utils.omniverse) API is used to launch via the kit interface in all cases.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
==========================================
+ Coverage 93.86% 96.36% +2.49%
==========================================
Files 18 17 -1
Lines 2690 2611 -79
Branches 321 302 -19
==========================================
- Hits 2525 2516 -9
+ Misses 124 51 -73
- Partials 41 44 +3 ☔ View full report in Codecov by Sentry. |
Code docs include external links.
Rewrite docs for the OV link.
Removed unused code.
Switch tomllib use to 'loads()' to avoid a backward compatibility issue. Add full temporal support to the kit and pyensight APIs.
The DSG close call is actually called shutdown.
Co-authored-by: Mario Ostieri <[email protected]> Co-authored-by: Mario Ostieri <[email protected]>
Added the ansys.geometry.serviceand ansys.geometry.seviceui kits to the wheel. Note: these will also be redistributed directly via an omniverse branch.