-
Notifications
You must be signed in to change notification settings - Fork 5
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
numba not supported for numpy masked array #3
Comments
Following steps in README , an error was encountered as follows,
The error arises from the A sanity check was conducted between the existing data and newly generated data without using numba, and they were found to be identical. |
For anyone interested in reproducing the error, consider the following simple snippet:
It returns the same error, |
Glad you found a workaround @minghangli-uni. Could you post a PR with your fix please? @ezhilsabareesh8 has hit the same problem and it would be nice to have a working version in the repo. |
Sure thing. Let me wrap it up and prepare a PR shortly. |
I am trying to generate iniitial conditions of temperature and salinity for 0.25deg with 75 vertical layers, related to issue136. However, I received an error related to
numba
,Unsupported array type: numpy.ma.MaskedArray.
The error prevents the generation of initial fields.
The text was updated successfully, but these errors were encountered: