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

Adding inplace argument and expanding docs info for factorize #1489

Merged
merged 4 commits into from
Sep 15, 2022

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Sep 13, 2022

This PR is heavily related to #1465.

Adding unit test too.

Close #1488

@germa89 germa89 added Documentation Documentation related (improving, adding, etc) New Feature Request or proposal for a new feature labels Sep 13, 2022
@germa89 germa89 added this to the v0.64.0 milestone Sep 13, 2022
@germa89 germa89 self-assigned this Sep 13, 2022
@github-actions github-actions bot added the Enhancement Improve any current implemented feature label Sep 13, 2022
@germa89
Copy link
Collaborator Author

germa89 commented Sep 13, 2022

image

@codecov
Copy link

codecov bot commented Sep 13, 2022

Codecov Report

Merging #1489 (5d752b7) into main (284fca2) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1489      +/-   ##
==========================================
+ Coverage   80.58%   80.66%   +0.07%     
==========================================
  Files          43       43              
  Lines        6813     6836      +23     
==========================================
+ Hits         5490     5514      +24     
+ Misses       1323     1322       -1     

@germa89 germa89 changed the title Adding inplace argument and expanding docs info. Adding inplace argument and expanding docs info for factorize Sep 14, 2022
Copy link
Collaborator Author

@germa89 germa89 left a comment

Choose a reason for hiding this comment

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

LGTM.

@germa89 germa89 merged commit dfaa864 into main Sep 15, 2022
@germa89 germa89 deleted the feat/math-factorize-behavior-copy-and-defaults branch September 15, 2022 16:01
germa89 added a commit that referenced this pull request Oct 11, 2022
* Adding inplace argument and expanding docs info.

Adding unit test too.

* Changing function name.

* Improving docs.
germa89 added a commit that referenced this pull request Oct 24, 2022
* Initial commit for krylov method

* Review feedbacks incorporated

* Fixing style and codacity.

* Fixing local/remote full file check.

* Removing mapdl.directory from output writing.

* Adding upload to the `mapdl.use`.

* Adding wrap to mapdl.use

* Making mapdl.use return response

* Adding unit tests.

* Add User guide and example doc

* Add User guide and example doc

* Revert to old math.py code to check resolution of unit test failures

* adding krylov error to permitted errors.

* Break down krygensub method into smaller functions and modified doc string

* Updated test cases to run with cdb and added skip for version other than 222 and 231

* update wrap of mapdl.use to fix arg passing

* update example doc

* Updated test to check server version before running test

* Fixing version 222

* Adding inplace argument and expanding docs info for factorize (#1489)

* Adding inplace argument and expanding docs info.

Adding unit test too.

* Changing function name.

* Improving docs.

* Bringing in _parm PR

* Fixing check against `_parm`

* Removing duplicated unit test

* Fixing permission issue.

* Removing trailing spacing

* Fixing permission issue in Kryexpand method

* First review

* formatting issues.

* Modifying tests to use array for assert

* Changing unit test assert tolerance

* Changing unit test to assert only final results

* Remove macro files and unused array from test

* Fix Doc Issues

* Adding doc example to octree

* modify test case to assert with higher tolerance

* remove print statements from test

* Fix codacy

* Resetting cache

* Testing upload multiple coverages

* Matching future PR

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: German <28149841+germa89@users.noreply.github.com>

* Refactoring krylov class.

* removing smp section

* Apply suggestions from code review

* Reducing lenght line.

* Apply the most of Kathy suggestions

Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>

* Applying Kathy's changes. First part.

* Small changes.

* reseting cache

* Adding docstrings to avoid complains when building docs

* Implement feedback from doc review

* Shortening docstring and fixing style.

Co-authored-by: German <germanmartinezayuso@gmail.com>
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related (improving, adding, etc) Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs are not clear on factorize method changing the input matrix
1 participant