Skip to content

Commit 013d5b2

Browse files
committed
Fix bug in AlgebraAsQuiverAlgebra in issue #108
reported by @JosephDayngerRuiz
1 parent 14637a1 commit 013d5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algebra.gi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ InstallMethod ( AlgebraAsQuiverAlgebra,
892892
#
893893
if not IsPathAlgebra( AA ) then
894894
idealgens := List( idealgens, x -> x![ 1 ] );
895+
Append( idealgens, Jt );
895896
fi;
896897
if Length( idealgens ) = 0 then
897898
return [ AA, images ];

0 commit comments

Comments
 (0)