Skip to content

Commit

Permalink
fix a scope warning
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 22, 2024
1 parent 3152d4a commit 1c84361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/clevelandaxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c84361

Please sign in to comment.