You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to this for newer versions of Cython/NumPy: scipy/scipy#14813
There are a few places we could probably add in np.import_array() just to be safe later on. Compare the output of git grep -E -i 'cimport numpy' and git grep -E -i 'import_array' to see the spots where we might add it in.
I don't think it is urgent though, and to be fair MDA already does the right thing in a few places based on those greps. Probably just a useful guard to add at some point.
The text was updated successfully, but these errors were encountered:
Related to this for newer versions of Cython/NumPy: scipy/scipy#14813
There are a few places we could probably add in
np.import_array()
just to be safe later on. Compare the output ofgit grep -E -i 'cimport numpy'
andgit grep -E -i 'import_array'
to see the spots where we might add it in.I don't think it is urgent though, and to be fair MDA already does the right thing in a few places based on those greps. Probably just a useful guard to add at some point.
The text was updated successfully, but these errors were encountered: