Skip to content

Commit 4a7bd79

Browse files
authored
Correct simplification test
1 parent fe5a640 commit 4a7bd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
@eqtest s == cos(x1 * 3.2) - x2 * 5.8 + x2 * 1.2
6161

6262
# Prevents automatic simplification:
63-
@eqtest s != cos(x1 * 3.2) - x2 * 4.6
63+
@eqtest s != cos(3.2(x1^1)) - 4.6x2
6464

6565
# However, manual simplification should still work:
6666
@eqtest simplify(s) == cos(3.2(x1^1)) - 4.6x2

0 commit comments

Comments
 (0)