Skip to content

Commit

Permalink
remove stray svd_truncated_amr
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 24, 2024
1 parent 18510e7 commit ef966ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quimb/tensor/tensor_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def rand_uuid(base=""):
_VALID_SPLIT_GET = {None, "arrays", "tensors", "values"}
_SPLIT_FNS = {
"svd": decomp.svd_truncated,
"svdamr": decomp.svd_truncated_amr,
"eig": decomp.svd_via_eig_truncated,
"lu": decomp.lu_truncated,
"qr": decomp.qr_stabilized,
Expand Down

0 comments on commit ef966ae

Please sign in to comment.