-
Notifications
You must be signed in to change notification settings - Fork 139
Using a newer version of pymapdl reader. #980
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
…ersion, just lower bound.
Using 0.51.6 because it is when the deprecation warnings were fixed. |
Codecov Report
@@ Coverage Diff @@
## main #980 +/- ##
==========================================
+ Coverage 73.08% 73.28% +0.19%
==========================================
Files 39 39
Lines 5719 5750 +31
==========================================
+ Hits 4180 4214 +34
+ Misses 1539 1536 -3 |
I recall that our doc build fails when using the latest. Try modifying the version just to test. Something like …dev1 |
Interestingly... the nightly docs build fails with this branch: https://github.com/pyansys/pymapdl/runs/5585437476?check_suite_focus=true however the github actions workflow seems to work: https://github.com/pyansys/pymapdl/actions/runs/1998389547/attempts/1 -- Edit -- |
For referenceI have been doing a bit of investigation in the example It fails in the line 77 when calling
The traceback goes now to the pyx file In the function and it fails there (it seems) in the last iteration, at the line: I believe the issue is with |
Looks like I’m reading past the end of an array. Keep this PR alive; it will remind me to fix the reader. |
@germa89, looks like it's fixed in |
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.
LGTM
@germa89, looks like a full doc rebuild works as well. |
Thank you @akaszynski for this fix. |
Not forcing any particular version, just lower bound.
This close #979 by updating pymapdl reader version.