-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Kriging error in example from tutorial #313
Comments
That could be an M1 issue. It runs fine on my laptop. @vchuravy do you know how we can get someone to look into this? |
@vikram-s-narayan can you post a full stacktrace? @ChrisRackauckas We probably need some M1 Macs for the lab, but until after JuliaLang/julia#43664 M1 is known to crash on occasion. |
@vchuravy - the only message shown is: Also, when I run these lines from inside a standalone terminal (i.e. not from within VS Code), the error does not show up and it works fine. |
I'm closing this issue as it is related to the VS Code Julia extension. |
Description:
The Kriging code from the tutorial produces a 'ReadOnlyMemory()' error.
To Reproduce:
Run the following code. Error occurs on my system if number of sampling points is greater than 65:
Device information:
MacBook Air (M1, 2020)
Chip Apple M1
The text was updated successfully, but these errors were encountered: