Comment #28 on issue 2133 by [email protected]: Merge new polynomials manipulation module
http://code.google.com/p/sympy/issues/detail?id=2133
assert dsolve(eq2, f(x), hint='1st_homogeneous_coeff_best') == sol2
sol2 is a list and dsolve() doesn't sort lists of solutions, so this and other tests may fail, depending on what hashing algorithm was used. In 88f9913ef6c6531b382660bdfd3af5e8e7b50cf7 I fixed this by sorting solution lists in dsolve() (with key=Basic.sorted_key).
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
