-
Notifications
You must be signed in to change notification settings - Fork 134
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
FEAT: Use GetDataModel to improve the way information are cached into the API #5488
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5488 +/- ##
==========================================
+ Coverage 79.65% 85.01% +5.36%
==========================================
Files 144 151 +7
Lines 60628 60761 +133
==========================================
+ Hits 48291 51658 +3367
+ Misses 12337 9103 -3234 |
# Conflicts: # src/ansys/aedt/core/modules/boundary.py # src/ansys/aedt/core/modules/solve_setup.py # tests/system/general/test_41_3dlayout_modeler.py
# Conflicts: # src/ansys/aedt/core/modules/boundary.py # src/ansys/aedt/core/modules/solve_setup.py
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.
Great work! This is just the beginning :)
Description
Use GetDataModel to improve the way information are cached into the API. This is gonna be effective mostly in 25R1.
Issue linked
#5487
Checklist