Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 486db54

Browse files
anutosh491certik
authored andcommitted
Updated test
1 parent 3816233 commit 486db54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/symbolics_06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_elementary_functions():
2323
# test Abs
2424
assert(Abs(S(-10)) == S(10))
2525
assert(Abs(S(10)) == S(10))
26-
assert(Abs(-x) == Abs(x))
26+
assert(Abs(S(-1)*x) == Abs(x))
2727

2828
# test composite functions
2929
a: S = exp(x)

0 commit comments

Comments
 (0)