ODH: Fix issue of test case failure for sympy pkg#8017
ODH: Fix issue of test case failure for sympy pkg#8017bhagyashrigai wants to merge 3 commits intoppc64le:masterfrom
Conversation
Updated script to fix issue of test failure for sympy
added warning
fixed issue
|
@bhagyashrigai could you please capture the warnings which were seen prior to this change for record. |
=================================== FAILURES =================================== def test_integrate_poly_definite(): with warns_deprecated_sympy():
test_integrals.py:288: ../integrals.py:1567: in integrate n = 1647099 def bitcount(n):
DeprecationWarning) /usr/local/lib/python3.9/site-packages/mpmath/libmp/libintmath.py:75: DeprecationWarning |
|
@cdeepali done |
Updated script to fix issue of test failure for sympy
Checklist
set -eoption enabled and observe success ?