You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered: