mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
Vector{Groups.FreeGroupElem} fixed itself
This commit is contained in:
parent
435d3d88ad
commit
d46c5dafcc
@ -56,7 +56,7 @@ end
|
||||
|
||||
@testset "internal arithmetic" begin
|
||||
|
||||
@test_broken Vector{Groups.FreeGroupElem}([s,t]) == [Groups.GroupWord(s), Groups.GroupWord(t)]
|
||||
@test Vector{Groups.FreeGroupElem}([s,t]) == [Groups.GroupWord(s), Groups.GroupWord(t)]
|
||||
@test (s*s).symbols == (s^2).symbols
|
||||
@test hash([t^1,s^1]) == hash([t^2*inv(t),s*inv(s)*s])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user