Skip to content

Instantly share code, notes, and snippets.

@kendhia
Created December 28, 2011 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendhia/1528041 to your computer and use it in GitHub Desktop.
Save kendhia/1528041 to your computer and use it in GitHub Desktop.
Issue 1180 sympy
@XFAIL
def test_issue_1180():
var("a b")
assert O(1,a,b)+O(a+b,a,b) == O(a+b,a,b)+O(1,a,b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment