question about numpy.polyval

sirvival fpfeifer at hs.uni-hamburg.de
Tue Mar 1 08:59:18 EST 2011


Hi,
found the error

I had x for coeff wrong definded.
Instead of
x = np.arange(num_chunk)
it should be
x = data_fin[::,0]

Now it works.



More information about the Python-list mailing list