Skip to content

Commit

Permalink
Run symplecticity tests also for stage numbers 6:10.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Nov 26, 2020
1 parent 50670f4 commit 0b29f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_symplecticity.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@testset "$(rpad("Symplecticity",80))" begin

for s in 1:5
for s in 1:10
g = TableauGauss(s)
= get_symplectic_conjugate_coefficients(g)

Expand All @@ -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)
Expand Down

0 comments on commit 0b29f3b

Please sign in to comment.