Skip to content

Commit

Permalink
CUR test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1docq committed Jul 11, 2024
1 parent 9fe7384 commit af1dd35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def sample_ts():


def test_fit_transform(sample_matrix):
rank = 2
rank = 1
cur = CURDecomposition(rank)
result = cur.fit_transform(sample_matrix)
approximated = result[0]
Expand Down

0 comments on commit af1dd35

Please sign in to comment.