mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
the order of roots has changed
This commit is contained in:
parent
d3975790f2
commit
3a954cdfbd
@ -52,7 +52,7 @@ end
|
|||||||
|
|
||||||
a = F4[1]
|
a = F4[1]
|
||||||
@test isapprox(PropertyT.Roots.ℓ₂length(a), sqrt(2))
|
@test isapprox(PropertyT.Roots.ℓ₂length(a), sqrt(2))
|
||||||
b = F4[6]
|
b = F4[4]
|
||||||
@test isapprox(PropertyT.Roots.ℓ₂length(b), sqrt(2))
|
@test isapprox(PropertyT.Roots.ℓ₂length(b), sqrt(2))
|
||||||
c = a + b
|
c = a + b
|
||||||
@test isapprox(PropertyT.Roots.ℓ₂length(c), 2.0)
|
@test isapprox(PropertyT.Roots.ℓ₂length(c), 2.0)
|
||||||
@ -162,7 +162,6 @@ end
|
|||||||
])
|
])
|
||||||
@test Set(keys(counts)) == subtypes
|
@test Set(keys(counts)) == subtypes
|
||||||
d, r = divrem(counts[:A₂], 4)
|
d, r = divrem(counts[:A₂], 4)
|
||||||
@info d, r
|
|
||||||
@test r == 0 && d == 10
|
@test r == 0 && d == 10
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user