Skip to content

Commit a8e28da

Browse files
committed
remove test exclusion below Julia v0.6
1 parent 9a4c02f commit a8e28da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/univariate.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ end
1313

1414
r = kde_range((-2.0,2.0), 128)
1515
@test step(r) > 0
16-
if VERSION >= v"0.7-"
17-
# problem on Julia v0.6 for some reason
18-
r2 = kde_range((0.12698109160784082, 0.9785547869337731), 256)
19-
@test length(r2) == 256
20-
end
16+
r2 = kde_range((0.12698109160784082, 0.9785547869337731), 256)
17+
@test length(r2) == 256
2118

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

0 commit comments

Comments
 (0)