Comment #4 on issue 2014 by [email protected]:
sympy.solvers.solvers.solve should also allow frozenset to hold equations
http://code.google.com/p/sympy/issues/detail?id=2014
Sorry for the delay. Attached is the diff file replacing most of the
remaining isinstance(x,(list, tuple)) and similar parts by
hasattr(x,'__iter__) and similar. The unit test run through, except
test_whitespace_and_exceptions which also fails after fresh "git clone"
here.
Please review and give me feedback.
Attachments:
2014.diff 11.8 KB
2014.test 15.3 KB
--
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.