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

Commit

Permalink
Relax some doctesting of string outputs for sage-on-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Sep 15, 2020
1 parent 3801013 commit 1ce58a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/en/constructions/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Terminal application.)
::

sage: maxima.eval('load("plotdf");')
'".../share/maxima/.../share/dynamics/plotdf.lisp"'
'".../share/maxima.../share/dynamics/plotdf.lisp"'
sage: maxima.eval('plotdf(x+y,[trajectory_at,2,-0.1]); ') # not tested

This plots a direction field (the plotdf Maxima package was also
Expand Down
2 changes: 1 addition & 1 deletion src/sage/interfaces/expect.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def quit(self, verbose=False):
sage: a = maxima('y')
sage: maxima.quit(verbose=True)
Exiting Maxima with PID ... running .../bin/maxima ...
Exiting Maxima with PID ... running .../bin/maxima...
sage: a._check_valid()
Traceback (most recent call last):
...
Expand Down

0 comments on commit 1ce58a7

Please sign in to comment.