Skip to content

Commit

Permalink
DelaunayTriangulations doesn't convert to F64 internally anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jul 2, 2024
1 parent 90d88e5 commit 152f331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReferenceTests/src/tests/examples2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ end
@reference_test "Voronoiplot with a nonlinear transform" begin
f = Figure()
ax = PolarAxis(f[1, 1], theta_as_x = false)
points = Point2f[(r, phi) for r in 1:10 for phi in range(0, 2pi, length=36)[1:35]]
points = Point2d[(r, phi) for r in 1:10 for phi in range(0, 2pi, length=36)[1:35]]
polygon_color = [r for r in 1:10 for phi in range(0, 2pi, length=36)[1:35]]
polygon_color_2 = [phi for r in 1:10 for phi in range(0, 2pi, length=36)[1:35]]
tr = voronoiplot!(ax, points, smooth = false, show_generators = false, color = polygon_color)
Expand Down

0 comments on commit 152f331

Please sign in to comment.