-
Notifications
You must be signed in to change notification settings - Fork 195
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
ERROR: MethodError: no method matching initarray! on Julia v1.8.0-rc1 #2663
Comments
We use that function to initialize a correct array before performing global reductions (i.e. all zeros for sums, all 1s for prods and so on...) which are called when showing a field (if you put a semicolon after |
Makes sense. I suppose it would require dropping support for v1.7? |
Nono on 1.7 everything works fine, it's 1.8 where they changed |
Seems to be introduced by JuliaLang/julia#43604 |
Thanks nice observation! that helps! Then we need two |
This issue appears on v1.8.0-rc1 so I understand if it is not a priority.
Oceananigans version: So far reproduced in v0.76.6 and v0.76.5
To reproduce, in the REPL:
The error does not prevent the fields from been created but it is a pain to do interactive work with it.
Outputs:
I'm trying to figure out why would this fail in v1.8.0-rc1 but not on v1.7 but no luck so far.
The text was updated successfully, but these errors were encountered: