← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-pkg/yade/git-trunk] Rev 4013: improve output and remove first iteration in calculation velocity estimation

 

Hi Klaus,
I just checked your script. In my eyes the revision does the first iteration wasn't considered in calculation of velocity before Rev4013.
O.run(1)
O.wait()
O.run(2000)
print O.iter
Gives 2001 as output.
Using your revised script:
O.run(1)
O.wait()
O.run(2000+1)
print O.iter
Gives 2002 as output.
 
Nevertheless the other part of the commit concerning improved output is nice to have.
 
Alex

________________________________

Von: Yade-dev im Auftrag von noreply@xxxxxxxxxxxxx
Gesendet: Di 10.06.2014 10:15
An: Yade developers
Betreff: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4013: improve output and remove first iteration in calculation velocity estimation



------------------------------------------------------------
revno: 4013
committer: Klaus Thoeni <klaus.thoeni@xxxxxxxxx>
timestamp: Tue 2014-06-10 13:36:47 +1000
message:
  improve output and remove first iteration in calculation velocity estimation
modified:
  examples/test/performance/checkPerf.py


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription



Follow ups

References