Skip to content

Commit

Permalink
Now, really added file
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi authored and fingolfin committed Feb 9, 2021
1 parent 69b21d4 commit 82afa0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tst/testbugfix/2021-02-04-zero-dim-hom_components.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# zero-dimensional hom_components #4245
gap> l := FreeLieAlgebra(Integers,1);
<free left module over Integers, and ring, with 1 generators>
gap> List([0..2],Grading(l).hom_components);
[ <free left module over Integers, with 0 generators>,
<free left module over Integers, with 1 generators>,
<free left module over Integers, with 0 generators> ]
gap> a := FreeAssociativeAlgebra(Integers,2);
<free left module over Integers, and ring, with 2 generators>
gap> List([0..2],Grading(a).hom_components);
[ <free left module over Integers, with 0 generators>,
<free left module over Integers, with 2 generators>,
<free left module over Integers, with 4 generators> ]

0 comments on commit 82afa0c

Please sign in to comment.