Skip to content

Commit

Permalink
Tune test th
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed May 27, 2020
1 parent 4ab7d11 commit 5de9a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ end
# plot(p1)
# plot!(p2)
@test mpdist(A,B, m) > 0
@test mpdist(A,A, m) < eps()
@test mpdist(B,B, m) < eps()
@test mpdist(A,A, m) < 10sqrt(eps())
@test mpdist(B,B, m) < 10sqrt(eps())
p = mpdist_profile([A; B], 50, 5)
@test_nowarn plot(p)

Expand Down

0 comments on commit 5de9a69

Please sign in to comment.