Skip to content

Commit

Permalink
relax test tol
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent a58990c commit c2c2bb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GraphRecipes/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c2c2bb7

Please sign in to comment.