Comment #11 on issue 3658 by [email protected]: hydrogen.py very slow
http://code.google.com/p/sympy/issues/detail?id=3658
I bisected the slow running time. Basically, Aaron is right, the numerical
equality testing makes this hang and we should just remove them from
Relational.
Chronology:
sympy 0.7.1
Eq(i, i.doit()) remains unchanged (no automatic evaluation). It is used in
the example file to display an equality.
After commit c6cd70aa4ea9255dfbba337f581c57666daaf630 from this PR:
https://github.com/sympy/sympy/pull/1029
Eq(i, i.doit()) would just return True, defeating the intended use in the
example file to display an equality.
After commit 979e0aa50797d8f6dd3e15f73586cc9e84552d93 from this PR:
https://github.com/sympy/sympy/pull/1036
The example file starts taking very long.
--
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.