Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
30552: reset options after examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mwageringel committed Oct 12, 2020
1 parent 7d0b548 commit 5fe9b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/matrix/constructor.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ class options(GlobalOptions):
3 x 7 dense matrix over Integer Ring...
sage: matrix(ZZ, 4, 6)
4 x 6 dense matrix over Integer Ring...
sage: matrix.options._reset()
"""
NAME = 'Matrix'
max_cols = dict(default=49,
Expand Down

0 comments on commit 5fe9b2c

Please sign in to comment.