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
That's because this array actually is both C and F contiguous :-). This is the "relaxed strides checking" change, which makes the contiguity flags simply determined by the array's memory layout and nothing else.
(And IIRC isfortran has some really confusing semantics/confusing name where it actually tests F-but-not-C contiguity.)
OS: Windows (win32)
Python: 2.7.11 (32-bit)
Numpy: v1.10.2
I think it may be related to #6646, but I'm not sure yet.
The text was updated successfully, but these errors were encountered: