zoo trap removed from sympy method

pull/4/head
Kai Staats 2016-09-19 20:15:24 -06:00
parent 609e733a2f
commit 0fea36b252
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2016 09/19b
After another 2 hours of trouble shooting, I learned that sympy.subs throws the 'zoo' error for a divide-by-zero if
working with integers--and stalls (as I witnessed last year when developing Karoo), but if throws 'inf' or '-inf' if
working with floats and continues to process unencumbered. This means the 'zoo' trap has not been used for over a year.
It is now removed from the method fx_eval_subs().
2016 09/19
All experiments with lambdify are on hold as it is throwing 'divide by zero' errors when no 0 exists in the data.