-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added polyline simplification to import_odb_archive and import_ipc2581_archive #212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
=======================================
Coverage 56.17% 56.17%
=======================================
Files 20 20
Lines 3217 3217
=======================================
Hits 1807 1807
Misses 1410 1410 ☔ View full report in Codecov by Sentry. |
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.
Please update the example sections with the new parameters. I think that is used in the documentation. Here is the import ipc method documentation for reference https://sherlock.docs.pyansys.com/version/stable/api/_autosummary/ansys.sherlock.core.project.Project.import_ipc2581_archive.html
@anskhanson Updated examples. |
Added polyline simplification to import_odb_archive and import_ipc2581_archive
Checklist:
- pre-commit command line check
- Problems tab in PyCharm
- Open index.html
- Click on "API Reference" at the top.
- Verify HTML for API changes.