We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a bunch of tests are failing on azure on merges to main, with
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
(example: https://dev.azure.com/mne-tools/mne-connectivity/_build/results?buildId=32263&view=logs&j=1703785f-b0ab-5f68-8423-695936ace89c&t=050cef19-955a-57b1-eec9-ac4905d57bbe)
which is likely a case of "scipy/pandas/whatever was compiled against numpy 1.x but numpy 2.x is installed"
we should fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
a bunch of tests are failing on azure on merges to main, with
(example: https://dev.azure.com/mne-tools/mne-connectivity/_build/results?buildId=32263&view=logs&j=1703785f-b0ab-5f68-8423-695936ace89c&t=050cef19-955a-57b1-eec9-ac4905d57bbe)
which is likely a case of "scipy/pandas/whatever was compiled against numpy 1.x but numpy 2.x is installed"
we should fix this.
The text was updated successfully, but these errors were encountered: