← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2884: Change the number of steps for checkGravity.py

 

------------------------------------------------------------
revno: 2884
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Thu 2011-07-14 18:09:34 +0200
message:
  Change the number of steps for checkGravity.py
modified:
  scripts/test/checks/checkGravity.py


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

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/test/checks/checkGravity.py'
--- scripts/test/checks/checkGravity.py	2011-07-14 15:34:01 +0000
+++ scripts/test/checks/checkGravity.py	2011-07-14 16:09:34 +0000
@@ -85,5 +85,5 @@
 
 O.dt=0.02*tc
 O.saveTmp('init');
-O.run(3000000)
+O.run(500000)