Skip to content

Commit

Permalink
test code tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Sep 5, 2024
1 parent 016cb3e commit 2fd3799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nfloat/test/t-nfixed_mat_mul.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ TEST_FUNCTION_START(nfixed_mat_mul, state)
nn_ptr a;
int which;

slong MAXN = 10;
slong MAXN = 12;
slong MINLIMBS = 2;
slong MAXLIMBS = 12;

for (iter = 0; iter < 10000 * flint_test_multiplier(); iter++)
{
which = n_randint(state, 4);
which = n_randint(state, 6);

m = 1 + n_randint(state, MAXN);
n = 1 + n_randint(state, MAXN);
Expand Down

0 comments on commit 2fd3799

Please sign in to comment.