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
# Check whether we have a mismatch between the set C API VERSION and the# actual C API VERSION. Will raise a MismatchCAPIError if so.
r =run_command(
'code_generators/verify_c_api_version.py', '--api-version', C_API_VERSION,
check: true
)
And numpy/core/code_generators/verify_c_api_version.py seems to always raise an exception if a mismatch is detected. Hence closing. Thanks Eric.
Raised in #12412
The text was updated successfully, but these errors were encountered: