Skip to content

Commit

Permalink
Removed spaces in blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
schymans committed Jan 23, 2018
1 parent ac82e7e commit 172b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_equations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class x(Variable):
def test_integral():
"""Test that variables behave as symbols."""
from sympy import integrate

assert demo_g * demo_fall.definition.t**S(3) / S(6) == integrate(
demo_fall.rhs, demo_fall.definition.t)

Expand Down

0 comments on commit 172b7da

Please sign in to comment.