Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 5c44e60

Browse files
fix doctest
1 parent aed42ae commit 5c44e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
sage: mpmath.quad(sin(sin(x)), [0, 1])
150150
Traceback (most recent call last):
151151
...
152-
TypeError: unable to convert mpf('0.5') to a symbolic expression
152+
TypeError: no canonical coercion from <type 'sage.libs.mpmath.ext_main.mpf'> to Symbolic Ring
153153
154154
Sage example in ./integration.tex, line 866::
155155

0 commit comments

Comments
 (0)