Skip to content

Commit

Permalink
fix accidentally clobbered name
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Jun 3, 2018
1 parent 8a6b97c commit f8e4783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/univariate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ end

r = kde_range((-2.0,2.0), 128)
@test step(r) > 0
r = kde_range((0.12698109160784082, 0.9785547869337731), 256)
@test length(r) == 256
r2 = kde_range((0.12698109160784082, 0.9785547869337731), 256)
@test length(r2) == 256

for X in ([0.0], [0.0,0.0], [0.0,0.5], [-0.5:0.1:0.5;])
w = default_bandwidth(X)
Expand Down

0 comments on commit f8e4783

Please sign in to comment.