Skip to content

Commit

Permalink
Temporary remove
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Aug 8, 2023
1 parent fd413dd commit 8237b1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions test/doc_examples/differentiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ z = f.(x, y)
tri = triangulate([x'; y'])
vorn = voronoi(tri)

#= temporary deletion
fig = Figure(fontsize=50, resolution=(1800, 600))
ax = Axis(fig[1, 1], xlabel="x", ylabel="y", width=600, height=600, title="(a): Data and triangulation", titlealign=:left)
scatter!(ax, x, y, color=:black, markersize=9)
Expand All @@ -69,6 +70,7 @@ resize_to_layout!(fig)
fig
@test_reference normpath(@__DIR__, "../..", "docs", "src", "figures", "example_data.png") fig
=#

# Generating gradients at the data sites
function plot_f2(fig, x, y, vals, title, i, tri, levels, show_3d=true, zlabel="z")
Expand Down
12 changes: 6 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ using SafeTestsets
@safetestset "Structs" begin
include("interpolation/structs.jl")
end
@safetestset "Influence" begin
include("interpolation/influence.jl")
end
#@safetestset "Influence" begin
# include("interpolation/influence.jl")
#end
end

@testset "Differentiation" begin
Expand All @@ -50,9 +50,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 8237b1f

Please sign in to comment.