← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3792: Increase number of steps in checkWeight.py

 

------------------------------------------------------------
revno: 3792
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Mon 2014-01-20 09:45:23 +0100
message:
  Increase number of steps in checkWeight.py
  
  It failed on i386-arch
modified:
  scripts/checks-and-tests/checks/checkWeight.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
=== modified file 'scripts/checks-and-tests/checks/checkWeight.py'
--- scripts/checks-and-tests/checks/checkWeight.py	2014-01-07 15:38:15 +0000
+++ scripts/checks-and-tests/checks/checkWeight.py	2014-01-20 08:45:23 +0000
@@ -43,7 +43,7 @@
 ]
 
 
-O.run(25000)
+O.run(30000)
 O.wait()
 curForce = utils.sumForces(ids=floorId,direction=Vector3(0,0,1))*(-1)
 print ("Precalculated weight %f" % sphMass)