<div id="comment:0"></div> Running ```python integrate(floor(x), x, 0, infinity, algorithm='sympy') ``` returns ```python integrate(floor(x), x, 0, +Infinity) ``` and trying ```python integrate(floor(x), x, 0, infinity, algorithm='sympy').n() ``` returns (!!!) `-679.7441466712775`. This is awfully wrong. It shows with any unevaluated integral. CC: @kcrisman @rwst Component: **calculus** Keywords: **integrate** _Issue created by migration from https://trac.sagemath.org/ticket/22567_