-
Notifications
You must be signed in to change notification settings - Fork 135
Fixing order import #1386
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
Fixing order import #1386
Conversation
This also helps the autocomplete. |
Please add one of the following labels to add this contribution to the Release Notes 👇 |
The labeler AGAIN!!!!!!!! FML.... |
Haha! BTW, we fixed labeling in PyVista. See: https://github.com/pyvista/pyvista/blob/main/.github/workflows/label.yml |
Codecov Report
@@ Coverage Diff @@
## main #1386 +/- ##
==========================================
+ Coverage 76.64% 76.65% +0.01%
==========================================
Files 43 43
Lines 6860 6859 -1
==========================================
Hits 5258 5258
+ Misses 1602 1601 -1 |
The problem is not labeling (anymore... 🤞), it is the commenter. |
* Fixing order import * fixing docstring for jupyter launch_mapdl * fixing circular import error. * Fixing coverage
* Fixing order import * fixing docstring for jupyter launch_mapdl * fixing circular import error. * Fixing coverage
So I did realize that VSCode was showing the wrong docstring info for
launch_mapdl
, and it seems it is because of the import order.Before:
After: