Bleagh, I still need to fix this, completely forgot about it. Somewhere in 
all the changes made in my GSoC project, this test stopped working. Due to 
the large size of the expression involved (just printing it takes forever), 
debugging the failure is tricky. Currently it's left with the previous 
`linearize` method, which yields the correct solution. I'd like to find 
some time to work on this, but am a little pressed with grad school stuff 
currently.

- Jim

On Saturday, December 27, 2014 3:12:18 AM UTC-6, Joachim Durchholz wrote:
>
> 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? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/ca89dcfa-e198-4c68-8b8d-5958be75d384%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to