testing: ./tst/testslow/genus.1.tst
########> Diff in ./tst/testslow/genus.1.tst:3
# Input is:
K:=BarycentricSubdivision(K);;
# Expected output:
# But found:
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `BarycentricSubdivision' on 1 arguments
########
########> Diff in ./tst/testslow/genus.1.tst:5
# Input is:
dK:=BarycentricSubdivision(dK);;
# Expected output:
# But found:
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `BarycentricSubdivision' on 1 arguments
########
########> Diff in ./tst/testslow/genus.1.tst:9
# Input is:
Homology(Y,1);
# Expected output:
[ 0 ]
# But found:
[ 0, 0, 0 ]
########