DENG-MIT / CRNN

Chemical Reaction Neural Network
https://arxiv.org/abs/2002.09062
MIT License
75 stars 17 forks source link

removed dot/elementwise operator #27

Closed yewalenikhil65 closed 3 years ago

yewalenikhil65 commented 3 years ago

removed dot operato in case 3.. was resulting in following error in Julia 1.6

julia> # Generate data sets
       u0_list .= 10 .^ (rand(Float32, (n_exp, ns)) * -3);
ERROR: UndefVarError: u0_list not defined
Stacktrace:
 [1] top-level scope
   @ none:1
jiweiqi commented 3 years ago

Thank you @yewalenikhil65 Take a good rest thosedays.