mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
fix order of using XXX
to make sure the types are known to JLD
This commit is contained in:
parent
4768bb6e35
commit
23f829a874
@ -1,8 +1,7 @@
|
|||||||
using Test
|
|
||||||
using AbstractAlgebra, Nemo, Groups, SCS
|
using AbstractAlgebra, Nemo, Groups, SCS
|
||||||
|
using JLD
|
||||||
using PropertyT
|
using PropertyT
|
||||||
|
using Test
|
||||||
# write your own tests here
|
|
||||||
|
|
||||||
indexing(n) = [(i,j) for i in 1:n for j in (i+1):n]
|
indexing(n) = [(i,j) for i in 1:n for j in (i+1):n]
|
||||||
function Groups.gens(M::MatSpace)
|
function Groups.gens(M::MatSpace)
|
||||||
|
Loading…
Reference in New Issue
Block a user