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

Commit

Permalink
GiacElement._latex_: Make array doctest more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 19, 2020
1 parent 923f8f3 commit 911ddfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sage/interfaces/giac.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,10 +1000,7 @@ def _latex_(self):
\end{array}\right)
sage: gM = giac(M)
sage: latex(gM)
\left(\begin{array}{cc}
1 & 2 \\
3 & 4
\end{array}\right)
\left...\begin{array}{cc}...1...&...2...\\...3...&...4...\end{array}\right...
sage: gf = giac('(x^4 - y)/(y^2-3*x)')
sage: latex(gf) # output changed slightly from 1.5.0-63 to 1.5.0-87
\frac{...x^{4}...-...y...}{...y^{2}-3...x...}
Expand Down

0 comments on commit 911ddfb

Please sign in to comment.