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
The dtypes unit test seems quite fragile, and often fails when the library is otherwise working correctly. Problems have been confirmed on Mac OS and Windows, but have not been seen on Linux64.
The problem is probably related to the long-standing issue with multiple C/C++ types being mapped to the same NumPy type (or different NumPy types with the same name, so only one is accessible from Python), but the test itself may be at fault.
The text was updated successfully, but these errors were encountered:
The dtypes unit test seems quite fragile, and often fails when the library is otherwise working correctly. Problems have been confirmed on Mac OS and Windows, but have not been seen on Linux64.
The problem is probably related to the long-standing issue with multiple C/C++ types being mapped to the same NumPy type (or different NumPy types with the same name, so only one is accessible from Python), but the test itself may be at fault.
The text was updated successfully, but these errors were encountered: