mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2025-01-12 14:37:34 +01:00
don't check correctness of permutations in preps
This commit is contained in:
parent
dfb76c1e5e
commit
4f2caf84cd
@ -87,7 +87,7 @@ function perm_reps(G::Group, E::Vector, E_rdict=GroupRings.reverse_dict(E))
|
||||
permG = PermutationGroup(length(E))
|
||||
|
||||
Threads.@threads for i in 1:l
|
||||
preps[i] = permG(PropertyT.perm_repr(elts[i], E, E_rdict))
|
||||
preps[i] = permG(PropertyT.perm_repr(elts[i], E, E_rdict), false)
|
||||
end
|
||||
|
||||
return Dict(elts[i]=>preps[i] for i in 1:l)
|
||||
|
Loading…
Reference in New Issue
Block a user