Joachim Durchholz
unread,Dec 27, 2014, 4:12:18 AM12/27/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
At least I think that that's the case, during commit preparation I got this:
--
$ bin/test --slow
== test process starts ==
executable:
/home/jo/Projekte/sympy-workspace/python2.6.9/bin/python
(2.6.9-final-0) [CPython]
architecture: 64-bit
cache: yes
ground types: python
random seed: 72124031
hash randomization: on (PYTHONHASHSEED=1407331868)
sympy/assumptions/tests/test_query.py[1] [OK]
sympy/core/tests/test_wester.py[24] ffffffss.ff...f.fff..... [OK]
sympy/functions/elementary/tests/test_trigonometric.py[3] f.. [OK]
sympy/geometry/tests/test_geometry.py[1] . [OK]
sympy/integrals/tests/test_failing_integrals.py[7] fffXffX [OK]
sympy/integrals/tests/test_heurisch.py[3] ..X [OK]
sympy/integrals/tests/test_integrals.py[1] . [OK]
sympy/integrals/tests/test_transforms.py[1] f [OK]
sympy/matrices/tests/test_matrices.py[1] . [OK]
sympy/physics/mechanics/tests/test_kane3.py[1] E [FAIL]
sympy/polys/tests/test_groebnertools.py[3] ... [OK]
sympy/polys/tests/test_numberfields.py[1] . [OK]
sympy/simplify/tests/test_hyperexpand.py[13] ............. [OK]
sympy/simplify/tests/test_simplify.py[1] . [OK]
sympy/solvers/tests/test_diophantine.py[1] . [OK]
sympy/solvers/tests/test_inequalities.py[1] . [OK]
sympy/solvers/tests/test_ode.py[2] f. [OK]
sympy/solvers/tests/test_solvers.py[3] X.. [OK]
sympy/stats/tests/test_continuous_rv.py[1] . [OK]
sympy/stats/tests/test_finite_rv.py[1] . [OK]
sympy/utilities/tests/test_enumerative.py[1] . [OK]
__ xpassed tests __
sympy/integrals/tests/test_failing_integrals.py: test_issue_4968
sympy/integrals/tests/test_failing_integrals.py: test_issue_4950
sympy/integrals/tests/test_heurisch.py: test_pmint_erf
sympy/solvers/tests/test_solvers.py: test_quintics_2
__ sympy/physics/mechanics/tests/test_kane3.py:test_bicycle __
File "sympy/utilities/pytest.py", line 147, in func_wrapper
func()
File "[...]/sympy/physics/mechanics/tests/test_kane3.py", line 254,
in test_bicycle
forcing_lin = KM.linearize()[0]
File "sympy/physics/mechanics/kane.py", line 490, in linearize
SymPyDeprecationWarning('The linearize class method has changed '
File "sympy/utilities/exceptions.py", line 154, in warn
warnings.warn(see_above, SymPyDeprecationWarning,
stacklevel=stacklevel)
SymPyDeprecationWarning:
The linearize class method has changed to a new interface, the old
method is deprecated. To use the new method, set the kwarg
`new_method=True`. For more information, read the docstring of
`linearize`.
tests finished: 44 passed, 2 skipped, 20 expected to fail,
4 expected to fail but passed, 1 exceptions, in 17704.31 seconds
DO *NOT* COMMIT!
--
This does not look too serious to me, but should I be worried anyway?