File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include("require.jl") # export @require
16
16
# Use `@lazy import SomePkg` whenever the returned types are not its own types,
17
17
# since for methods applied on the returned types we would encounter in world-age issues
18
18
# (see discussion in https://github.com/JuliaML/MLDatasets.jl/pull/128).
19
- # In the other case instead, use `require import SomePkg` to force
19
+ # In the other case instead, use `require import SomePkg` to force
20
20
# the use to manually import.
21
21
22
22
@require import JSON3= " 0f8b85d8-7281-11e9-16c2-39a750bddbf1"
@@ -25,14 +25,14 @@ include("require.jl") # export @require
25
25
# @lazy import NPZ # lazy imported by FileIO
26
26
@lazy import Pickle= " fbb45041-c46e-462f-888f-7c521cafbc2c"
27
27
@lazy import MAT= " 23992714-dd62-5051-b70f-ba57cb901cac"
28
- @lazy import CSV= " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b "
28
+ import CSV
29
29
@lazy import HDF5= " f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
30
30
# @lazy import JLD2
31
31
32
32
export getobs, numobs # From MLUtils.jl
33
33
34
34
include (" abstract_datasets.jl" )
35
- # export AbstractDataset,
35
+ # export AbstractDataset,
36
36
# SupervisedDataset
37
37
38
38
include (" utils.jl" )
You can’t perform that action at this time.
0 commit comments