thetensor-space / Auto-Sandbox

Algorithms for automorphism groups
3 stars 1 forks source link

another crash #13

Open eamonnaobrien opened 4 years ago

eamonnaobrien commented 4 years ago
> G:=SmallGroup (5^6, 15);
> A := AutomorphismGroupByInvariants (G);

AutomorphismGroupByInvariants(
    G: GrpPC
)
TGPseudoIsometryGroup(
    t: Tensor of valence 3, U2 x U1 >-> U0 U2 : Full Vector space o...
)
__Radical_removal(
    t: Tensor of valence 3, U2 x U1 >-> U0 U2 : Full Vector space o...
)
In file "/home/eobr007/Stabiliser/TameGenus/src/Util.m", line 167, column 23:
>>     C_im := Complement(Generic(Codomain(t)), t_im);
                         ^
Runtime error in 'Complement': Bad argument types
Argument types given: ModTupFld[FldFin], ModTupRng[RngInt]

debug> 
joshmaglione commented 4 years ago

Thanks @eobr007. It looks like this might be rooted in TameGenus, so I'll post this over there just in case.