Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Jul 8, 2024
1 parent 0e19ba5 commit 2568d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/interpolation/basic_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ end

@testset "Testing Triangle()'s cache" begin
tri = triangulate(rand(2, 50))
method = Triangle()
method2 = Triangle(; allow_cache=true)
method2 = Triangle()
method2 = Triangle(; allow_cache=false)
s = Dict{NTuple{3,Int},NTuple{9,Float64}}()
for T in each_solid_triangle(tri)
V = DelaunayTriangulation.sort_triangle(T)
Expand Down

0 comments on commit 2568d85

Please sign in to comment.