Skip to content

Commit 3506705

Browse files
committed
updating docstring
1 parent 373a809 commit 3506705

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ julia> test_x, test_y = Mutagenesis.testdata();
2222
julia> val_x, val_y = Mutagenesis.valdata();
2323
2424
julia> train_x[1]
25-
JSON3.Object{Base.CodeUnits{UInt8, String}, SubArray{UInt64, 1, Vector{UInt64}, Tuple{UnitRange{Int64}}, true}} with 6 entries:
25+
Dict{Symbol, Any} with 5 entries:
2626
:ind1 => 1
2727
:inda => 0
2828
:logp => 4.23
2929
:lumo => -1.246
30-
:mutagenic => 1
31-
:atoms => JSON3.Object[{…
30+
:atoms => Dict{Symbol, Any}[{…
3231
3332
julia> train_y[1]
3433
1

0 commit comments

Comments
 (0)