Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Cholesky decomposition NotImplementedError and test #886

Merged
merged 17 commits into from
Dec 8, 2020

Conversation

LuiGiovanni
Copy link
Contributor

This is in reference to #852

The first PR is about adding the NotImplementedError and the respective test function, forgive all these PR and branches it is the first time I have worked on this.

@google-cla google-cla bot added the cla: yes label Dec 6, 2020
@LuiGiovanni LuiGiovanni changed the title Cholesky decomposition Cholesky decomposition NotImplementedError and test Dec 6, 2020
@codecov-io
Copy link

codecov-io commented Dec 6, 2020

Codecov Report

Merging #886 (0c3817d) into master (436db76) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #886   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files         129      129           
  Lines       22619    22625    +6     
=======================================
+ Hits        22167    22173    +6     
  Misses        452      452           
Impacted Files Coverage Δ
tensornetwork/backends/abstract_backend.py 91.87% <100.00%> (+0.10%) ⬆️
tensornetwork/backends/backend_test.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 436db76...0c3817d. Read the comment docs.

Copy link
Contributor

@mganahl mganahl left a comment

Choose a reason for hiding this comment

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

looks good mod @alewis comments

@LuiGiovanni
Copy link
Contributor Author

@alewis The function name has been changed.

@alewis alewis merged commit 809d384 into google:master Dec 8, 2020
@LuiGiovanni LuiGiovanni deleted the CholeskyDecomposition branch December 8, 2020 17:35
@LuiGiovanni
Copy link
Contributor Author

@alewis Thank you for everything, I will start adding the Cholesky function to the decomposition files, should I open a new issue for this or continue referencing this issue?

@LuiGiovanni LuiGiovanni restored the CholeskyDecomposition branch December 8, 2020 17:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants