Skip to content

Commit

Permalink
resolve CI issues Hecke (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM authored Dec 27, 2023
1 parent 00814c9 commit 03e8ca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experimental/QuadFormAndIsom/src/enumeration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ function is_admissible_triple(A::ZZGenus, B::ZZGenus, C::ZZGenus, p::IntegerUnio
return false
end
end
Cp = copy(symbol(Cp))
for s in Cp
_Cp = deepcopy(symbol(Cp))
for s in _Cp
s[1] += 2
end
Cp = ZZLocalGenus(p, Cp)
Cp = ZZLocalGenus(p, _Cp)

if !represents(local_symbol(AperpB, p), Cp)
return false
Expand Down

0 comments on commit 03e8ca7

Please sign in to comment.