-
Notifications
You must be signed in to change notification settings - Fork 10
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
Example crashes Julia #24
Comments
This could be a bug in my code or a bug in Julia. So what version of Julia are you running? Can you report the output of the function
here? |
versioninfo()
Julia Version 1.4.1
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake-avx512)
Environment:
JULIA_EDITOR = atom -a
JULIA_NUM_THREADS = 2
…On Mon, Feb 22, 2021 at 5:54 AM Moritz Schauer < ***@***.***> wrote:
This could be a bug in my code or a bug in Julia. So what version of Julia
are you running? Can you report the output of the function
versioninfo()
here?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGMTA5WQVS6KVP73DFIWA3TAIZV5ANCNFSM4X7D4HOA>
.
|
I think this is a Julia bug. Perhaps you can try the recent Julia 1.5.3? You can download it at https://julialang.org/ |
Just chiming in here: I tried the example code with the latest 1.6 and it worked very well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try the example, at the loop step
I get an error and Julia crashes
I know very little about Julia, is this a problem with this package, or with my installation of Julia?
The text was updated successfully, but these errors were encountered: