Skip to content

Commit f398bde

Browse files
committed
relax norm a bit
1 parent acf7590 commit f398bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hamiltonian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ end
148148
ϵ = 0.1
149149
z1 = leapfrog(H, z1, ϵ)
150150
z1 = leapfrog(H, z1, -ϵ)
151-
@test z.p z1.p norm = x -> norm(x, Inf) atol = 1e-6
151+
@test z.p z1.p norm = x -> norm(x, Inf) atol = 1e-5
152152
@test z.Q.q z1.Q.q norm = x -> norm(x, Inf) atol = 1e-6
153153
end
154154

0 commit comments

Comments
 (0)