[PYTHON MATRIX-SIG] Segmentation fault (core dumped)

Jean-Bernard ADDOR jbaddor@phy.ulaval.ca
Tue, 27 May 1997 11:08:32 -0400 (EDT)


Hi!

Is that the intended behaviour of NumPy?
Is my configuration right? (Do you observ the same?)

Python 1.4 (Apr 12 1997)  [GCC 2.7.2]
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import Numeric 
>>> from Numeric import *
>>> a = array([2,3])
>>> inputs = array([])
>>> inputs = concatenate(inputs, a)
Segmentation fault (core dumped)


A bientot,

	Jean-Bernard



_______________
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________