A Diumenge 24 Desembre 2006 13:57, Norbert Nemec escrigué:
> The following snippet demonstrates a problem in the interaction of
> numarray 1.5.2 with numpy 1.0.1 (and older versions):
>
> ---
> #!/usr/bin/env python
>
> import numarray, numpy
>
> na = numarray.array(0.)
> np = numpy
On 12/24/06, Norbert Nemec <[EMAIL PROTECTED]> wrote:
The following snippet demonstrates a problem in the interaction of
numarray 1.5.2 with numpy 1.0.1 (and older versions):
---
#!/usr/bin/env python
import numarray, numpy
na = numarray.array(0.)
np = numpy.array(0.)
na[...]
On 12/24/06, Norbert Nemec <[EMAIL PROTECTED]> wrote:
The following snippet demonstrates a problem in the interaction of
numarray 1.5.2 with numpy 1.0.1 (and older versions):
---
#!/usr/bin/env python
import numarray, numpy
na = numarray.array(0.)
np = numpy.array(0.)
na[...]
The following snippet demonstrates a problem in the interaction of
numarray 1.5.2 with numpy 1.0.1 (and older versions):
---
#!/usr/bin/env python
import numarray, numpy
na = numarray.array(0.)
np = numpy.array(0.)
na[...] = np
---
the last linec causes the erro