Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sswatson committed Feb 28, 2018
1 parent 3ad7a5e commit 852d677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ vertices = [1.0 0.0;
0.0 -1.0]
f = ConformalMap(vertices,0.0)
@test f(0.0) == 0
@test abs(f(0.1) - (0.13109886582707742 + 6.127351451661506e-6im)) < 1e-3 d

vertices = [1, im, -1, -im]
f = ConformalMap(vertices,0.0im)
Expand Down

0 comments on commit 852d677

Please sign in to comment.