Skip to content

Commit b1491ee

Browse files
committed
fix test bracket
1 parent 26529d9 commit b1491ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/univariate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for X in ([0.0], [0.0,0.0], [0.0,0.5], [-0.5:0.1:0.5;])
5353
@test all(k5.density .>= 0.0)
5454
@test sum(k5.density)*step(k5.x) 1.0
5555

56-
k6 = kde(X,r;kernel=D, weights=ones(X)/length(X)))
56+
k6 = kde(X,r;kernel=D, weights=ones(X)/length(X))
5757
@test_approx_eq k4.density k6.density
5858
end
5959
end

0 commit comments

Comments
 (0)