Skip to content

Commit 2f83c3e

Browse files
committed
src/sage/interfaces/maxima_abstract.py: use maxima_calculus in a doctest
It probably doesn't matter, but we should prefer the maxima library interface anywhere that performance might be an issue. We now test the _commands() method with maxima_calculus (a library interface) rather than "maxima" (a pexpect interface).
1 parent d64c028 commit 2f83c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/maxima_abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def _commands(self):
307307
Maxima), so we look only for a few reliable commands::
308308
309309
sage: # long time
310-
sage: cs = maxima._commands()
310+
sage: cs = maxima_calculus._commands()
311311
sage: "display" in cs
312312
True
313313
sage: "gcd" in cs

0 commit comments

Comments
 (0)