Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
reset resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 26, 2020
1 parent cd96649 commit 77f21ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReferenceTests/src/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function record_tests(db=load_database(); recording_dir=joinpath(@__DIR__, "..",
AbstractPlotting.inline!(true)
no_backend = AbstractPlotting.current_backend[] === missing
for (source_location, entry) in db
AbstractPlotting.set_theme!()
AbstractPlotting.set_theme!(resolution=(500, 500))
# we currently can't record anything without a backend!
if no_backend && ((:Record in entry.used_functions) || (:Stepper in entry.used_functions))
continue
Expand Down

0 comments on commit 77f21ac

Please sign in to comment.