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

Commit

Permalink
17659: remove nonsensical code to fix doctest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Jun 18, 2015
1 parent 1bdef21 commit ce2ebb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5507,7 +5507,6 @@ cdef class Expression(CommutativeRingElement):
maxima._eval_line('load(coeflist)')
if x is None:
x = self.default_variable()
x = self.parent().var(repr(x))
G = f.coeffs(x)
from sage.calculus.calculus import symbolic_expression_from_maxima_string
S = symbolic_expression_from_maxima_string(repr(G))
Expand Down

0 comments on commit ce2ebb5

Please sign in to comment.