From 1c843611468a65534a26779ca5e9c5c2313bc09f Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Thu, 21 Mar 2024 21:13:45 -0500 Subject: [PATCH] fix a scope warning --- test/clevelandaxes.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/clevelandaxes.jl b/test/clevelandaxes.jl index 56a1885..0fd1079 100644 --- a/test/clevelandaxes.jl +++ b/test/clevelandaxes.jl @@ -17,6 +17,7 @@ catch err end end for i in 1:4, j in 1:4 + local x, y x = randn(MersenneTwister(i), n) y = randn(MersenneTwister(j), n) scatter!(f[i, j], x, y)