Skip to content

Commit d267f1f

Browse files
Update src/Mutagenesis/Mutagenesis.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 1bda7f1 commit d267f1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ The `withenv("DATADEPS_ALWAYS_ACCEPT"=>"true")` disables the accept download pro
1616
julia> using MLDatasets: Mutagenesis
1717
1818
julia> train_x, train_y = withenv("DATADEPS_ALWAYS_ACCEPT"=>"true") do; Mutagenesis.traindata(); end;
19-
┌ Warning: Checksum not provided, add to the Datadep Registration the following hash line
20-
│ hash = "80ec1716217135e1f2e0b5a61876c65184e2014e64551103c41e174775ca207c"
21-
└ @ DataDeps ~/.julia/packages/DataDeps/ooWXe/src/verification.jl:44
2219
2320
julia> test_x, test_y = Mutagenesis.testdata();
2421

0 commit comments

Comments
 (0)