From 9a98fbe19c0fcf76adc85122b18044ffa08cc855 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 23 Mar 2020 00:08:50 +0100 Subject: [PATCH] Fixed tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 4af4d2f..ec170b2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -129,7 +129,7 @@ noise = randn(length(x))./2; e = 0.5 * fill(1, size(x)); h = hist(noise, nbins=10) -@gp h.loc h.counts "w histeps" +@gp h.bins h.counts "w histeps" @gp x y