-
-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Milestone
Description
sage: from sympy import sympify
sage: integral(x, x, 0, 1, hold=True)
integrate(x, x, 0, 1)
sage: sympify(_)
...
ValueError: Invalid limits given: (x, 0, 1)
sage: integral(x, x, 0, 1, hold=True)._sympy_()
...
ValueError: Invalid limits given: (x, 0, 1)
Component: symbolics
Author: Ralf Stephan
Branch/Commit: 75edb7b
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/24028