Re: [Tutor] Python execution timer/proficiency testing (Dino Bektešević)

2013-08-27 Thread Oscar Benjamin
On 27 August 2013 15:05, Dino Bektešević wrote: > Thank you both I did not know it quits(!) but since my further code > never reported an error I assume it returned something similar to > initial guess? > I will add a test of the returned variable ier and try to find another > initial guess or han

Re: [Tutor] Python execution timer/proficiency testing (Dino Bektešević)

2013-08-27 Thread Dino Bektešević
emed to be no issues. 2013/8/27 : > Message: 5 > Date: Tue, 27 Aug 2013 00:04:19 + (UTC) > From: Dave Angel > To: tutor@python.org > Subject: Re: [Tutor] Python execution timer/proficiency testing > Message-ID: > Content-Type: text/plain; charset=ISO-8859-2 > >> I

Re: [Tutor] Python execution timer/proficiency testing

2013-08-27 Thread Oscar Benjamin
On 27 August 2013 11:03, eryksun wrote: > On Tue, Aug 27, 2013 at 2:18 AM, Steven D'Aprano wrote: >> On Mon, Aug 26, 2013 at 08:20:30PM +0200, Dino Bektešević wrote: >> >>> Warning (from warnings module): >>> File "/usr/lib/python2.7/dist-packages/scipy/optimize/minpack.py", line >>> 152 >>>

Re: [Tutor] Python execution timer/proficiency testing

2013-08-27 Thread eryksun
On Tue, Aug 27, 2013 at 2:18 AM, Steven D'Aprano wrote: > On Mon, Aug 26, 2013 at 08:20:30PM +0200, Dino Bektešević wrote: > >> Warning (from warnings module): >> File "/usr/lib/python2.7/dist-packages/scipy/optimize/minpack.py", line >> 152 >> warnings.warn(msg, RuntimeWarning) >> RuntimeWa

Re: [Tutor] Python execution timer/proficiency testing

2013-08-26 Thread Steven D'Aprano
On Mon, Aug 26, 2013 at 08:20:30PM +0200, Dino Bektešević wrote: > Hello, > > I'm interested in learning more about testing a program proficiency and how > to measure execution times in seconds. I have a very repetitive functions For the record, "proficiency" means skill, and is used when talking

Re: [Tutor] Python execution timer/proficiency testing

2013-08-26 Thread Dave Angel
On 26/8/2013 14:20, Dino Bektešević wrote: Please post using text email, not html. All the extra junk is a waste of space, and really slows down reading. There are other problems caused sometimes, but you haven't hit those yet. > > Hello,I'm interested in > learning more about testing a progra

[Tutor] Python execution timer/proficiency testing

2013-08-26 Thread Dino Bektešević
Hello, I'm interested in learning more about testing a program proficiency and how to measure execution times in seconds. I have a very repetitive functions and methods that work on images with large amount of measuring points each one working with numpy.ndarrays which is really taxing and has to