yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12649
[Branch ~yade-pkg/yade/git-trunk] Rev 3857: Fix checkPolyhedraCrush (remove qt)
------------------------------------------------------------
revno: 3857
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Thu 2016-04-28 14:54:16 +0200
message:
Fix checkPolyhedraCrush (remove qt)
modified:
scripts/checks-and-tests/checks/checkPolyhedraCrush.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/checkPolyhedraCrush.py'
--- scripts/checks-and-tests/checks/checkPolyhedraCrush.py 2016-04-17 18:36:04 +0000
+++ scripts/checks-and-tests/checks/checkPolyhedraCrush.py 2016-04-28 12:54:16 +0000
@@ -63,9 +63,9 @@
if (O.forces.f(i)):
f+=O.forces.f(i)
-from yade import qt
-qt.Controller()
-V = qt.View()
+#from yade import qt
+#qt.Controller()
+#V = qt.View()
O.run(250, True); checkForcesBodies(25.44893, 4)
O.run(50, True); checkForcesBodies(28.791353, 4)