Skip to content

Commit

Permalink
updated test to actually test change
Browse files Browse the repository at this point in the history
  • Loading branch information
assaferan committed May 21, 2024
1 parent e645785 commit 69fb2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModFrmGL2/Tests/Compatibility.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ procedure Test_CosetReps()
print "Testing initialization given coset representatives...";
HN := sub<GL(2,Integers(448))|[[32,277,239,170],[120,369,295,254],[212,429,227,378],[329,146,240,39],[353,278,166,401],[426,417,357,190]]>;
cosets, find_cosets := Transversal(GL(2, Integers(448)), HN);
H := PSL2Subgroup(HN);
H := PSL2Subgroup(HN : CosetReps := cosets, FindCoset := find_cosets);
H := RealTypeConjugate(H);
M := ModularSymbols(H,2,Rationals(),0);
S := CuspidalSubspace(M);
Expand Down

0 comments on commit 69fb2b0

Please sign in to comment.