Skip to content

Commit

Permalink
Yep
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Sep 12, 2023
1 parent 8e599d9 commit 79aef4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using SafeTestsets
include("interpolation/influence.jl")
end
@safetestset "Constrained Triangulations" begin
include("interpolation/consttrained.jl")
include("interpolation/constrained.jl")
end
end

Expand All @@ -53,9 +53,9 @@ end
@safetestset "Differentiation Example" begin
include("doc_examples/differentiation.jl")
end
#@safetestset "Interpolation Math" begin
# include("doc_examples/interpolation_math.jl")
#end
@safetestset "Interpolation Math" begin
include("doc_examples/interpolation_math.jl")
end
@safetestset "Switzerland" begin
include("doc_examples/swiss.jl")
end
Expand Down

0 comments on commit 79aef4e

Please sign in to comment.