yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07023
[Branch ~yade-dev/yade/trunk] Rev 2721: 1. Regression test of yade.plot.addAutoData() is partly disabled is due to https://bugs.launchpad...
------------------------------------------------------------
revno: 2721
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Wed 2011-02-09 13:46:18 +0100
message:
1. Regression test of yade.plot.addAutoData() is partly disabled is due to https://bugs.launchpad.net/yade/+bug/715739
modified:
py/plot.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 'py/plot.py'
--- py/plot.py 2011-02-07 12:42:43 +0000
+++ py/plot.py 2011-02-09 12:46:18 +0000
@@ -141,7 +141,10 @@
... ]
>>> O.trackEnergy=True
>>> O.run(2,True)
- >>> pprint(plot.data) #doctest: +ELLIPSIS
+ """
+ '''
+ #The test is disabled due to https://bugs.launchpad.net/yade/+bug/715739
+ pprint(plot.data) #doctest: +ELLIPSIS
{'gravWork': [0.0, -25.13274...],
'i': [0, 1],
'kinRot': [0.0, 0.0],
@@ -150,7 +153,8 @@
'total energy': [0.0, -7.5398...]}
.. plot::
-
+ '''
+ """
from yade import *
from yade import plot,utils
O.reset()