Skip to content

Commit e517f75

Browse files
committed
updating docstring
1 parent 3506705 commit e517f75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Mutagenesis/Mutagenesis.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ julia> val_x, val_y = Mutagenesis.valdata();
2323
2424
julia> train_x[1]
2525
Dict{Symbol, Any} with 5 entries:
26-
:ind1 => 1
27-
:inda => 0
28-
:logp => 4.23
29-
:lumo => -1.246
30-
:atoms => Dict{Symbol, Any}[{
26+
:lumo => -1.246
27+
:inda => 0
28+
:logp => 4.23
29+
:ind1 => 1
30+
:atoms => Dict{Symbol, Any}[Dict(:element=>"c", :bonds=>Dict{Symbol, Any}[Dic
3131
3232
julia> train_y[1]
3333
1

0 commit comments

Comments
 (0)