Hi! I'm a new user to Julia as a whole so please let me know if this isn't the place for this question.
Describe the bug š
Example code (solving Poisson equation) on front page returns:
ERROR: DivideError: integer division error
Expected behavior
Expected a reproduction of the front page example results
Minimal Reproducible Example š
I just copied and pasted the example code on the front page, changed some other parameters (changed the equation, the neural net structure, etc) and get the same result by line 35 :
Hi! I'm a new user to Julia as a whole so please let me know if this isn't the place for this question.
Describe the bug š
Example code (solving Poisson equation) on front page returns:
ERROR: DivideError: integer division error
Expected behavior
Expected a reproduction of the front page example results
Minimal Reproducible Example š
I just copied and pasted the example code on the front page, changed some other parameters (changed the equation, the neural net structure, etc) and get the same result by line 35 :
Environment (please complete the following information):
using Pkg; Pkg.status()
Thank you!