mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-09 04:05:27 +01:00
fix script
This commit is contained in:
parent
ab6e4ff809
commit
a82b1af8f7
@ -8,7 +8,8 @@ const p = try
|
||||
@assert length(ARGS) == 2 && ARGS[1] == "-p"
|
||||
p = parse(Int, ARGS[2])
|
||||
RamanujanGraphs.Primes.isprime(p)
|
||||
@assert p % 4 == 1
|
||||
# @assert p % 4 == 1
|
||||
p
|
||||
catch ex
|
||||
@error "You need to provide a prime `-p` which is congruent to 1 mod 4."
|
||||
rethrow(ex)
|
||||
|
Loading…
Reference in New Issue
Block a user