You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/sage/interfaces/maxima_lib.py: update some integration doctests
There are some tests in this file that still mention abs_integrate,
though it was disabled a few years ago. We remove all mention of it,
and clean up a bit:
* Drop a test repeated in src/sage/symbolic/integration/integral.py
* Remove "# known bug" from any examples that now pass without
abs_integrate
* Delete any remaining "# known bug" tests. They are not really bugs
-- you just don't get a nice answer -- and it is a waste of time to
run them and then throw away the answer.
0 commit comments