in AbstractAlgebra-^0.3 Rings are not Groups

This commit is contained in:
kalmarek 2019-01-02 16:14:32 +01:00
parent 4be3bbf5e8
commit 11224e1408
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
test = ["Test", "Groups"]
[compat]
AbstractAlgebra = "^0.2.0"
AbstractAlgebra = "^0.3.0"

View File

@ -153,7 +153,7 @@ using SparseArrays
@test isa(b//4, GroupRingElem)
@test eltype(b//4) == Rational{Int}
@test isa(b//big(4), GroupElem)
@test isa(b//big(4), RingElem)
@test eltype(b//(big(4)//1)) == Rational{BigInt}
@test isa(a//1, GroupRingElem)