Skip to content

Commit

Permalink
Remove a saved figure generated in the plot testing suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Mar 2, 2019
1 parent 9c15c4b commit 134150d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/plot_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ chn = Chains(val)

p_subset_colordim = plot(chn, 2, colordim = :parameter)
@test isa(p_subset_colordim, Plots.Plot)

rm("demo-plot.png")
end

0 comments on commit 134150d

Please sign in to comment.