We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52daf3b commit ab53be7Copy full SHA for ab53be7
symengine/tests/test_printing.py
@@ -35,4 +35,4 @@ def test_init_printing():
35
def test_unicode():
36
x = Symbol("x")
37
y = Integer(2)
38
- assert unicode(x / y) == "x\n―\n2"
+ assert unicode(x / 2) == "x\n―\n2"
0 commit comments