Created
December 28, 2011 14:11
-
-
Save kendhia/1528059 to your computer and use it in GitHub Desktop.
Issue 2069 sympy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@XFAIL | |
def teszt_issue_2069(): | |
assert classify_ode(diff(v(r),r) + 2*k/r*v(r) + y, v(r)) == classify_ode(diff(v(r), r) + 2*k/r*v(r) + v(r)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment