[SciPy-User] Source of the error between computers (version, architecture, etc)

Sergi Pons Freixes sponsfreixes at gmail.com
Tue Sep 27 10:45:30 EDT 2011


Big mistake on the previous mail. The _real_ error is:

On Tue, Sep 27, 2011 at 4:42 PM, Sergi Pons Freixes
<sponsfreixes at gmail.com> wrote:
>
> I'm getting this error:

Traceback (most recent call last):
  File "main.py", line 32, in <module>
    data = aldp.merge_max_irta(data, irta)
  File "/home/sergi/Dropbox/doctorat/alfacs/codi/aldp.py", line 378,
in merge_max_irta
    data = np.hstack((maxd, irta))
  File "/usr/lib/python2.7/site-packages/numpy/core/shape_base.py",
line 270, in hstack
    return _nx.concatenate(map(atleast_1d,tup),1)
TypeError: invalid type promotion



More information about the SciPy-User mailing list