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

Math module file uploader #944

Merged
merged 20 commits into from
Mar 9, 2022
Merged

Math module file uploader #944

merged 20 commits into from
Mar 9, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Mar 4, 2022

Closes #930 by adding function to automatically upload files to MAPDL instance working directory.

@germa89 germa89 self-assigned this Mar 4, 2022
@codecov
Copy link

codecov bot commented Mar 7, 2022

Codecov Report

Merging #944 (9407d89) into main (97fcdf1) will decrease coverage by 0.04%.
The diff coverage is 62.50%.

❗ Current head 9407d89 differs from pull request most recent head 006abd4. Consider uploading reports for the commit 006abd4 to get more accurate results

@@            Coverage Diff             @@
##             main     #944      +/-   ##
==========================================
- Coverage   72.79%   72.75%   -0.05%     
==========================================
  Files          39       39              
  Lines        5675     5703      +28     
==========================================
+ Hits         4131     4149      +18     
- Misses       1544     1554      +10     

@@ -159,7 +159,7 @@ Next, connect to the instance of MAPDL from python with:

>>> from ansys.mapdl.core import Mapdl
>>> ip = '127.0.0.1'
>>> mapdl = Mapdl(ip=ip, port=50052, request_instance=False)
>>> mapdl = Mapdl(ip=ip, port=50052, start_instance=False)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good catch!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It wasn't me, it was @koubaa who told me. It seems that parameter is quite common in some private repositories I'm not in.

@germa89 germa89 enabled auto-merge (squash) March 9, 2022 12:34
Copy link
Collaborator

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

Approved. Only one follow-up.

@germa89 germa89 merged commit 1969bd3 into main Mar 9, 2022
@germa89 germa89 deleted the feat/math-functions-upload-files- branch March 9, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: Invalid matrix type “0" when calculating stiffness matrix
2 participants