satisfy registrator demands

This commit is contained in:
kalmarek 2020-10-09 15:29:19 +02:00
parent bc23ce0a90
commit 6e856dd7c2
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
3 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
matrix:
version:
- '1.3'
- '1.4'
- '1.5'
- 'nightly'
os:
- ubuntu-latest

View File

@ -10,6 +10,8 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[compat]
AbstractAlgebra = "^0.10.0"
ThreadsX = "^0.1.0"
julia = "1.3, 1.4, 1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

View File

@ -6,7 +6,7 @@ using LinearAlgebra
@testset "Groups" begin
@testset "generate balls" begin
@testset "wlmetric_ball" begin
M = MatrixAlgebra(zz, 3)
w = one(M); w[1,2] = 1;
r = one(M); r[2,3] = -3;