Re: [Matplotlib-users] [SciPy-user] linear_least_squares: OverFlow error or flapack.error

2006-06-08 Thread massimo sandal
Ok, I guess I found the problem is in my code (the arrays I'm passing are indeed empty for some reason, not surprising it can't line fit them). So high shame on me for having polluted the mailing list :( A lesson in humility (and debugging) indeed. Thanks anyway... I flee in shame. m. -- Mass

Re: [Matplotlib-users] [SciPy-user] linear_least_squares: OverFlow error

2006-06-08 Thread massimo sandal
Hi, I upgraded today to latest numpy (0.9.8) and matplotlib (0.87.3). I still have the same error (upgraded code in snippet): - import matplotlib.numerix as nx contact_x_points=nx.array(x_points[left_bound:right_bound]) contact_y_points=nx.array(y_points[left_bound:right_bound]) A=nx.o