From c90d53927d8981fe7245da4864837b96b0e70f83 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Wed, 20 Dec 2023 18:08:04 +0100 Subject: [PATCH] fix tests --- test/test_diagnostic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_diagnostic.jl b/test/test_diagnostic.jl index 13cbe88..b71b115 100644 --- a/test/test_diagnostic.jl +++ b/test/test_diagnostic.jl @@ -13,4 +13,4 @@ y = [2.95] freq = talagrand_diagram(x,y) -@test nbins == [0,0,0,0,1,0] +@test freq == [0,0,0,0,1,0]