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 2848707 commit d294c5fCopy full SHA for d294c5f
test/simplify.jl
@@ -14,7 +14,7 @@ identity_op = Operation(identity,[x])
14
@test isequal(simplify(identity_op), x)
15
16
minus_op = -x
17
-@test isequal(simplify(minus_op), -x)
+@test isequal(simplify(minus_op), -1x)
18
simplify(minus_op)
19
20
@variables x
0 commit comments