[GAP Forum] Possible bug in stbcbckt.gi

Max Horn horn at mathematik.uni-kl.de
Wed Aug 25 09:50:57 BST 2021



> On 24. Aug 2021, at 21:10, Bill Allombert <Bill.Allombert at math.u-bordeaux.fr> wrote:
> 
> On Sun, Aug 22, 2021 at 05:10:20PM +0200, Mathieu Dutour wrote:
>> Dear all,
>> 
>> in this file we have
>> 
>>    elif IsAbelian(E) and IsCyclic(F) then
>> 
>> I think it should be
>> 
>>    elif IsAbelian(E) and IsCyclic(E) then
> 
> Is it not redundant to test both IsAbelian and IsCyclic ?

Yes, it is. 

For reference, Alexander's full fix can be seen here: <https://github.com/gap-system/gap/pull/4634>

Cheers
Max


More information about the Forum mailing list