Skip to content

Commit

Permalink
Merge pull request #11267 from asmeurer/whitespace
Browse files Browse the repository at this point in the history
Clear tailing whitespace
  • Loading branch information
asmeurer committed Jun 22, 2016
2 parents 72e36e7 + 88ebcd0 commit 38178ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/holonomic/tests/test_holonomic.py
Expand Up @@ -411,7 +411,7 @@ def test_from_sympy():
R, Dx = DifferentialOperators(QQ.old_poly_ring(x), 'Dx')
p = from_sympy((sin(x)/x)**2)
q = HolonomicFunction(8*x + (4*x**2 + 6)*Dx + 6*x*Dx**2 + x**2*Dx**3, x, 1, \
[sin(1)**2, -2*sin(1)**2 + 2*sin(1)*cos(1), -8*sin(1)*cos(1) + 2*cos(1)**2 + 4*sin(1)**2])
[sin(1)**2, -2*sin(1)**2 + 2*sin(1)*cos(1), -8*sin(1)*cos(1) + 2*cos(1)**2 + 4*sin(1)**2])
assert p == q
p = from_sympy(1/(1+x**2)**2)
q = HolonomicFunction(4*x + (x**2 + 1)*Dx, x, 0, 1)
Expand Down

0 comments on commit 38178ed

Please sign in to comment.