Skip to content
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

Merged
merged 4 commits into from
Sep 15, 2023
Merged

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Sep 15, 2023

As the title.

Routinary work checking PyMAPDL builds locally in windows.

Close #2255

@germa89 germa89 self-assigned this Sep 15, 2023
@github-actions github-actions bot added Documentation Documentation related (improving, adding, etc) BUG Issue, problem or error in PyMAPDL labels Sep 15, 2023
@germa89 germa89 marked this pull request as ready for review September 15, 2023 14:08
@germa89
Copy link
Collaborator Author

germa89 commented Sep 15, 2023

LGTM.

@germa89 germa89 enabled auto-merge (squash) September 15, 2023 14:12
Copy link
Collaborator

@pyansys-ci-bot pyansys-ci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approving this PR because germa89 said so in here 😬

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #2338 (cc326e6) into main (1bd411a) will increase coverage by 5.93%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

@@            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     

@germa89 germa89 merged commit 489b49b into main Sep 15, 2023
22 checks passed
@germa89 germa89 deleted the fix/docs-build-locally-in-windows branch September 15, 2023 14:30
@@ -405,7 +405,7 @@ def solve(self, freq_start, freq_end, freq_steps, ramped_load=True):

Returns
-------
AnsMat
AnsMath
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Collaborator Author

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.

@clatapie
Copy link
Contributor

Otherwise, good catch for having located the bug in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Issue, problem or error in PyMAPDL Documentation Documentation related (improving, adding, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug located in cyclic_static.py example
3 participants