Changes between Version 3 and Version 4 of Ticket #1518


Ignore:
Timestamp:
Mar 31, 2007, 10:28:40 AM (17 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1518 – Description

    v3 v4  
    1 {{{
    21Reading complex datasets form Python using the Python-NG bindings produces the following error:
    32
     3{{{
    44Wow complex
    55Traceback (most recent call last):
     
    1313    return reshape(newshape, order=order)
    1414ValueError: total size of new array must be unchanged
    15 
    16 
     15}}}
    1716
    1817This might be dependent on the numpy-version being used. This bug has been reproduced in Windows with the MingW and VC++ Express compilers and in Linux-Debian with stock numpy install from apt-get.
    19 }}}