SciML / SciMLBook

Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
https://book.sciml.ai/
1.84k stars 331 forks source link

Redefinition of `A` #64

Closed dsweber2 closed 2 years ago

dsweber2 commented 2 years ago

This section https://github.com/SciML/SciMLBook/blob/eef041f723f0a63dcf1965ab5048edd48c7cd19c/_weave/lecture03/sciml.jmd#L181-L187 currently reads with the error ERROR: cannot declare A constant; it already has a value; since the exact lines work fine, I suspect it may be an issue either with Weave, or its definition in other sections (there's an A in section 2 as well).

Also thanks for the book, excited to catch up on what's happening in sciml!