-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#398 not reproducible on Gridap v0.14.0 #400
Comments
@bhaveshshrimali I have also run into this problem, but unfortunately I was not able to create a reproducible MWE. I have even opened an issue at JuliaLang/julia#37176 but I had to close it since my MWE was not reproducible. Strangely, if you run It would be great if you can help to find a reproducible MWE. Then, we can reopen the issue at JuliaLang/julia#37176 |
Thanks @fverdugo for a prompt response. I can try some things in a clean REPL tomorrow to see if I can create a reproducible MWE. |
Hope we can find a reproducible MWE and then ask for help to the Julia developers! |
Unfortunately, I am not able to reproduce this in a clean REPL. I did a fresh install Julia 1.5.1 on my laptop, and then installed Gridap. Everything works as it should without any problems. |
Hi @fverdugo @santiagobadia
I just installed Julia 1.5.1 and Gridap 0.14.0 on my cluster and tried running the example code from #398 . It is failing with
Downgrading back to v0.13.4 which I had been using on my laptop seems to run without any problems. Do you think it is an issue with my environment specifically or something else?
Here is the code just as reference (it's basically the same as in #398 but with
simplexify
)Code
Output (with v0.13.4)
The text was updated successfully, but these errors were encountered: