We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3633f87 commit 2b84617Copy full SHA for 2b84617
src/data.jl
@@ -85,7 +85,7 @@ function load(id::Int; maxbytes = nothing)
85
filename = tempname()
86
download(url, filename)
87
end
88
- ARFFFiles.load(x -> ARFFFiles.readcolumns(x; maxbytes), filename)
+ ARFFFiles.load(x -> ARFFFiles.readcolumns(x; maxbytes = maxbytes), filename)
89
90
91
0 commit comments