From 0b29f3bdcf8d6ac955031afb55859165501019ed Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Thu, 26 Nov 2020 22:04:49 +0100 Subject: [PATCH] Run symplecticity tests also for stage numbers 6:10. --- test/test_symplecticity.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_symplecticity.jl b/test/test_symplecticity.jl index 6ab96ee..3134e3b 100644 --- a/test/test_symplecticity.jl +++ b/test/test_symplecticity.jl @@ -1,6 +1,6 @@ @testset "$(rpad("Symplecticity",80))" begin - for s in 1:5 + for s in 1:10 g = TableauGauss(s) g̃ = get_symplectic_conjugate_coefficients(g) @@ -13,7 +13,7 @@ @test issymplectic(g) end - for s in 2:5 + for s in 2:10 A = TableauLobattoIIIA(s) B = TableauLobattoIIIB(s) E = TableauLobattoIIIE(s)