Skip to content

Commit 2b84617

Browse files
committed
adapt to old julia versions
1 parent 3633f87 commit 2b84617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function load(id::Int; maxbytes = nothing)
8585
filename = tempname()
8686
download(url, filename)
8787
end
88-
ARFFFiles.load(x -> ARFFFiles.readcolumns(x; maxbytes), filename)
88+
ARFFFiles.load(x -> ARFFFiles.readcolumns(x; maxbytes = maxbytes), filename)
8989
end
9090

9191

0 commit comments

Comments
 (0)