Updates:
        Status: Fixed

Comment #8 on issue 2074 by [email protected]: dsolve(diff(D(t), t) - k1*(B + C2*exp(-k*t) - D(t)), D(t), 'nth_linear_constant_coeff_variation_of_parameters') gives AttributeError: 'tuple' object has no attribute 'match'
http://code.google.com/p/sympy/issues/detail?id=2074

I bisected to

commit aa94e72e5d53f0ae774cf114fae107ec0687bb21
Author: Mateusz Paprocki <[email protected]>
Date:   Mon Oct 3 10:20:00 2011 -0700

    Don't use and deprecate Basic.compare_pretty()

    The only place where Basic.compare_pretty() is used in SymPy
    is in Printer where old term ordering is used. The default way
    to sort expressions is to use .sort_key() or default_sort_key.


(note you need to use the _Integral hint when bisecting)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to