-
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
Math module file uploader #944
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c3e0d81
Added function to automatically upload files to MAPDL instance workin…
germa89 4bd1baa
Fixing if condition.
germa89 5203bc1
Not including local in coverage.
germa89 4bf8780
Fixing code static analyser warning.
germa89 9471bc8
fixing upload file
germa89 6b6d727
Adding data type to returned array from mapdl
germa89 bc060a5
Mapdl SMAT correct data type input
germa89 4c49b31
Adding test units
germa89 abf1d90
Adding damp test units
germa89 6e8ef6a
fixing unit tests
germa89 46ec914
removing damp tests
germa89 411744b
Fixing unit test.
germa89 5f9936c
fixing file path.
germa89 f2734ce
Fixing file path.
germa89 e117570
fixing unit test
germa89 8362f16
Fixing old keyword in readme.
germa89 9407d89
Removing breakpoint
germa89 3cfe497
Updating docstrings to reflect that stiff and mass matrices can be on…
germa89 fd1f7cd
Extending test units
germa89 006abd4
small fix
germa89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Good catch!
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.
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.