Skip to content

Commit

Permalink
fix GR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Jul 19, 2021
1 parent b3d8aed commit dfba2f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/run_all_examples.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
using Random

# for bug with display
ENV["GKSwstype"] = "100"

example_files = filter(readdir(@__DIR__)) do f
occursin(".jl", f) && !occursin("large", f) && !occursin("result", f) && f != "activate.jl"
end
Expand Down

0 comments on commit dfba2f6

Please sign in to comment.