From c2c2bb7cb1bcf0f7f7746f0cb5a91e766e0b8273 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 19:56:57 +0200 Subject: [PATCH] relax test tol --- GraphRecipes/test/runtests.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GraphRecipes/test/runtests.jl b/GraphRecipes/test/runtests.jl index 47f3c75cf..5e83a161f 100644 --- a/GraphRecipes/test/runtests.jl +++ b/GraphRecipes/test/runtests.jl @@ -44,9 +44,7 @@ cd(joinpath(@__DIR__, "..", "assets")) do @plottest ast_example() "ast_example.png" popup = !isci() tol = itol() - if !(v"1.6" < VERSION < v"1.7") # having Static.jl in the Manifest adds another type - @plottest julia_type_tree() "julia_type_tree.png" popup = !isci() tol = itol() - end + @plottest julia_type_tree() "julia_type_tree.png" popup = !isci() tol = itol(2e-2) @plottest julia_dict_tree() "julia_dict_tree.png" popup = !isci() tol = itol() @plottest funky_edge_and_marker_args() "funky_edge_and_marker_args.png" popup =