Skip to content

Commit 129adf4

Browse files
committed
src/sage/matrix/special.py: add "needs sage.libs.eclib"
One example in this file needs "needs sage.libs.eclib"
1 parent c24f8c4 commit 129adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/special.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ def block_matrix(*args, **kwds):
20122012
...
20132013
ValueError: an element of parent <class 'list'> was passed in,
20142014
but only matrices, vectors and ring elements are accepted
2015-
sage: matrix.block([
2015+
sage: matrix.block([ # needs sage.libs.eclib
20162016
....: [EllipticCurve('37a1').0],
20172017
....: ])
20182018
Traceback (most recent call last):

0 commit comments

Comments
 (0)