Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jul 4, 2023
1 parent f355aa8 commit c4c3701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/symbolics_06.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_elementary_functions():
# test Abs
assert(Abs(S(-10)) == S(10))
assert(Abs(S(10)) == S(10))
assert(Abs(-x) == Abs(x))
assert(Abs(S(-1)*x) == Abs(x))

# test composite functions
a: S = exp(x)
Expand Down

0 comments on commit c4c3701

Please sign in to comment.