@@ -48,14 +48,16 @@ Error, the 7th argument (injective) must 0, 1, or 2, not -1
4848gap> HomomorphismDigraphsFinder(gr1, gr2, fail , " a" , infinity, 2 , 1 , 0 , 0 ,
4949> 0 , 0 );
5050Error, the 8th argument (image) must be a list or fail , not integer
51- gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 1 , []] , 0 ,
52- > 0 , 0 );
53- Error, the 8th argument (image) must only contain positive integers, but found\
54- list (plain,empty) in position 2
55- gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [[] , []] , 0 ,
56- > 0 , 0 );
57- Error, the 8th argument (image) must only contain positive integers, but found\
58- list (plain,empty) in position 1
51+
52+ # Commented out due to difference in the rmessage for GAP 4.10 vs GAP 4.11
53+ # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [1, []], 0,
54+ # > 0, 0);
55+ # Error, the 8th argument (image) must only contain positive integers, but found\
56+ # list (plain,empty) in position 2
57+ # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 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 1
5961gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 0 , 1 ] , 0 , 0 ,
6062> 0 );
6163Error, the 8th argument (image) must only contain positive integers, but found\
0 commit comments