← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3795: Add some more steps to checkWeight-script.

 

------------------------------------------------------------
revno: 3795
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2014-01-07 16:38:15 +0100
message:
  Add some more steps to checkWeight-script.
  
  After preventing attraction forces in Viscoelastic model
  checkWeight script needs some more steps to succeed.
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	2012-04-13 16:27:00 +0000
+++ scripts/checks-and-tests/checks/checkWeight.py	2014-01-07 15:38:15 +0000
@@ -43,7 +43,7 @@
 ]
 
 
-O.run(10000)
+O.run(25000)
 O.wait()
 curForce = utils.sumForces(ids=floorId,direction=Vector3(0,0,1))*(-1)
 print ("Precalculated weight %f" % sphMass)