From 4a51e4e7fb5fb5519dfc36ea55e1aa7ec7423c5f Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Thu, 23 Aug 2018 15:39:20 -0700 Subject: [PATCH] Import Random --- test/imgcomp.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/imgcomp.jl b/test/imgcomp.jl index abc08b13..ea15284c 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -15,6 +15,7 @@ using VisualRegressionTests using Plots # using StatPlots +using Random using Test default(size=(500,300))