-
Notifications
You must be signed in to change notification settings - Fork 135
feat: implement ignore cache reset context #3778
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
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
…s://github.com/ansys/pymapdl into feat/adding-ignore-reset-cache-context-manager
…nore-reset-cache-context-manager
…nore-reset-cache-context-manager
@pyansys-ci-bot LGTM. |
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.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3778 +/- ##
=======================================
Coverage 88.34% 88.35%
=======================================
Files 187 187
Lines 14717 14733 +16
=======================================
+ Hits 13002 13017 +15
- Misses 1715 1716 +1 |
Description
The idea is to make the code more resistant to crashes since we ensure we are switching back to previous state. It can also help to speed up some tests.
Issue linked
NA
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)