-
Notifications
You must be signed in to change notification settings - Fork 121
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
Fix locally build docs in Windows #2338
Conversation
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 Report
@@ Coverage Diff @@
## main #2338 +/- ##
==========================================
+ Coverage 81.68% 87.61% +5.93%
==========================================
Files 45 45
Lines 8513 8513
==========================================
+ Hits 6954 7459 +505
+ Misses 1559 1054 -505 |
@@ -405,7 +405,7 @@ def solve(self, freq_start, freq_end, freq_steps, ramped_load=True): | |||
|
|||
Returns | |||
------- | |||
AnsMat | |||
AnsMath |
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.
The AnsMat
mention was, in my opinion, not a typo.
The output is supposed to be a matrix.
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.
This is valid for all the AnsMath
mentions in this PR.
AnsMat
and AnsVec
are AnsMath
objects.
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.
Ohh.. Interesting... I thought it was a typo.
I might undo it in the future.
Otherwise, good catch for having located the bug in this file. |
As the title.
Routinary work checking PyMAPDL builds locally in windows.
Close #2255