Skip to content

Commit

Permalink
fix: remove debug statement (oscar-system#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored and HechtiDerLachs committed Sep 13, 2024
1 parent 92b86d5 commit 787ab9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/GaloisGrp/src/Subfields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function block_system(G::GaloisCtx, a::SimpleNumFieldElem)
end
pr *= 2
# error("adada")
@show bs, pr
#@show bs, pr
if pr > 100
error("too bad")
end
Expand Down Expand Up @@ -297,7 +297,7 @@ end

function frob_test(E::SubfieldLatticeElem, si::PermGroupElem)
#test if the (tentative) block system in E makes sense
@show bs = E.b
bs = E.b
L = E.p #the lattice
for i=3:length(L)
x = intersect(bs, L[i].b)
Expand Down

0 comments on commit 787ab9e

Please sign in to comment.