Skip to content

Commit 6498f49

Browse files
committed
added warning
1 parent 6c73a98 commit 6498f49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ 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
1922
2023
julia> test_x, test_y = Mutagenesis.testdata();
2124

0 commit comments

Comments
 (0)