Skip to content

Commit

Permalink
Make larger dimension for inverse test to see if crash triggered on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 4, 2024
1 parent 36bbdb0 commit 8f0dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/linalg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ macro_rules! impl_inverse_tests {

#[test]
fn [<test_inverse_$scalar>]() {
let n = 4;
let n = 100;

let mut a = rlst_dynamic_array2!($scalar, [n, n]);
let mut b = rlst_dynamic_array2!($scalar, [n, n]);
Expand Down

0 comments on commit 8f0dcbd

Please sign in to comment.