Skip to content

Commit

Permalink
Test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 15, 2023
1 parent 529268d commit 71da98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/irlba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TEST(IrlbaTest, CompareToExact) {
// case we can be pretty confident of getting a near-exact match of the
// true SVD. Otherwise it's more approximate and the test is weaker.
int rank = 5;
auto A = create_random_matrix(50, 20);
auto A = create_random_matrix(20, 10);

irlba::Irlba irb;
auto res = irb.set_number(rank).run(A);
Expand Down

0 comments on commit 71da98c

Please sign in to comment.