We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70fe23 commit 5ae2f5fCopy full SHA for 5ae2f5f
1 file changed
ModFrmGL2/Tests/Shimura.m
@@ -20,6 +20,6 @@ function Test_Shimura(N)
20
num_times := 5;
21
max_N := 10;
22
for i in [1..num_times] do
23
- N := Random(max_N);
+ N := Random(2, max_N);
24
D, S := Test_Shimura(N);
25
end for;
0 commit comments