Created
December 27, 2011 10:10
-
-
Save kendhia/1523213 to your computer and use it in GitHub Desktop.
@xfail TEST
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 test_issue_860 ( ) : | |
e = x*y | |
assert e.subs(x, Matrix([3, 5, 3])) == Matrix([3, 5, 3])*y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment