Stefan van der Walt wrote: > Hi Travis > > Albert and I are busy doing some final beta testing. Quick question: > can Fortran-order arrays be contiguous, ever? > > In [62]: N.empty((3,3),order='F').flags['CONTIGUOUS'] > Out[62]: False >
Thank you very much for the testing. You two have been amazingly helpful. No. CONTIGUOUS means "C-CONTIGUOUS" Now, 0-d and 1-d arrays can be both Fortran-contiguous *and* C-contiguous which is why "FNC" exists to test against that case. -Travis ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion