Skip to content

Commit b6f1873

Browse files
authored
increase number of generated matrices by 50% to hit missing case (#1553)
1 parent bc8ab81 commit b6f1873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nalgebra-sparse/tests/unit_tests/proptest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ mod slow {
108108

109109
// This number needs to be high enough so that we with high probability sample
110110
// all possible cases
111-
let num_generated_matrices = 500000;
111+
let num_generated_matrices = 750000;
112112

113113
let values = -1..=1;
114114
let rows = 0..=2;

0 commit comments

Comments
 (0)