-
Notifications
You must be signed in to change notification settings - Fork 135
Adding database notes and some improvements #1392
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
Working on this I discovered this #1391 If enough feedback is given, I will fix 1391 in this PR too. |
Codecov Report
@@ Coverage Diff @@
## main #1392 +/- ##
==========================================
+ Coverage 76.71% 76.77% +0.06%
==========================================
Files 43 43
Lines 6870 6880 +10
==========================================
+ Hits 5270 5282 +12
+ Misses 1600 1598 -2 |
By the way, the docker image v22.2 seems to not support DB, but local installation does. Check: https://github.com/pyansys/pymapdl/runs/7972079545?check_suite_focus=true (First attempt) Pinging @dts12263 to see if he can build a new docker image with for 22.2 with working DB. |
Co-authored-by: Alex Kaszynski <[email protected]>
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.
Minor comments, otherwise LGTM.
* Adding better version control checks to database. * Adding __repr__ method to node and elems classes * Moving the definion of __server_version to __init__ * Adding/improving unit tests * Adding documentation about database module * Adding string tests and removing 22.2 from CI testing * Fixing ON_CI import * Apply suggestions from code review Co-authored-by: Alex Kaszynski <[email protected]> Co-authored-by: Alex Kaszynski <[email protected]>
* Adding better version control checks to database. * Adding __repr__ method to node and elems classes * Moving the definion of __server_version to __init__ * Adding/improving unit tests * Adding documentation about database module * Adding string tests and removing 22.2 from CI testing * Fixing ON_CI import * Apply suggestions from code review Co-authored-by: Alex Kaszynski <[email protected]> Co-authored-by: Alex Kaszynski <[email protected]>
Small improvements to database version checking and documentation.
Close #1325
Documentation view