mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-26 02:20:30 +01:00
satisfy registrator demands
This commit is contained in:
parent
bc23ce0a90
commit
6e856dd7c2
2
.github/workflows/runtests.yml
vendored
2
.github/workflows/runtests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
- '1.3'
|
- '1.3'
|
||||||
- '1.4'
|
- '1.5'
|
||||||
- 'nightly'
|
- 'nightly'
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
@ -10,6 +10,8 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
|
|||||||
|
|
||||||
[compat]
|
[compat]
|
||||||
AbstractAlgebra = "^0.10.0"
|
AbstractAlgebra = "^0.10.0"
|
||||||
|
ThreadsX = "^0.1.0"
|
||||||
|
julia = "1.3, 1.4, 1.5"
|
||||||
|
|
||||||
[extras]
|
[extras]
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
|
@ -6,7 +6,7 @@ using LinearAlgebra
|
|||||||
|
|
||||||
@testset "Groups" begin
|
@testset "Groups" begin
|
||||||
|
|
||||||
@testset "generate balls" begin
|
@testset "wlmetric_ball" begin
|
||||||
M = MatrixAlgebra(zz, 3)
|
M = MatrixAlgebra(zz, 3)
|
||||||
w = one(M); w[1,2] = 1;
|
w = one(M); w[1,2] = 1;
|
||||||
r = one(M); r[2,3] = -3;
|
r = one(M); r[2,3] = -3;
|
||||||
|
Loading…
Reference in New Issue
Block a user