@@ -52,16 +52,14 @@ Error, the 7th argument <injective> must 0, 1, or 2, not -1,
5252gap> HomomorphismDigraphsFinder(gr1, gr2, fail , " a" , infinity, 2 , 1 , 0 , 0 ,
5353> 0 , 0 );
5454Error, the 8th argument < image> must be a list or fail , not integer,
55-
56- # Commented out due to difference in the rmessage for GAP 4.10 vs GAP 4.11
57- # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [1, []], 0,
58- # > 0, 0);
59- # Error, the 8th argument <image> must only contain positive integers, but found\
60- # list (plain,empty) in position 2,
61- # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [[], []], 0,
62- # > 0, 0);
63- # Error, the 8th argument <image> must only contain positive integers, but found\
64- # list (plain,empty) in position 1,
55+ gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 1 , []] , 0 ,
56+ > 0 , 0 );
57+ Error, the 8th argument < image> must only contain positive integers, but found\
58+ empty plain list in position 2 ,
59+ gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [[] , []] , 0 ,
60+ > 0 , 0 );
61+ Error, the 8th argument < image> must only contain positive integers, but found\
62+ empty plain list in position 1 ,
6563gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 0 , 1 ] , 0 , 0 ,
6664> 0 );
6765Error, the 8th argument < image> must only contain positive integers, but found\
0 commit comments