Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Darren Dale
On Saturday 10 November 2007 04:52:31 pm Michael McNeil Forbes wrote: > On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: > ... > > > I recently discovered that if I import > > pylab after importing numpy, I get tons of warnings: > > > > Warning: divide by zero encountered in divide > > Warni

Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael McNeil Forbes
On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: ... > I recently discovered that if I import > pylab after importing numpy, I get tons of warnings: > > Warning: divide by zero encountered in divide > Warning: invalid value encountered in multiply > Warning: overflow encountered in long_sca

[Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael V. DePalatis
Hello, I am attempting to write a small simulation to reproduce something from a paper. However, I'm having a whale of a time getting it to work (as far as I have been able to tell, the calculations from the paper at least are identical to what I am trying to do, which makes this all the more frus