Skip to content

Commit 7086676

Browse files
shashiYingboMa
andauthored
Update test/nf.jl
Co-authored-by: Yingbo Ma <[email protected]>
1 parent 4c29aeb commit 7086676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using SymbolicUtils, Test
22
using SymbolicUtils: polynormalize
33
@testset "polyform" begin
44
@syms a b c d
5-
@test polynormalize(a * (b + -1 * c) + -1 * (b * a + -1 * c * a), mpoly=true) == 0
5+
@test polynormalize(a * (b + -1 * c) + -1 * (b * a + -1 * c * a)) == 0
66
@eqtest polynormalize(sin((a+b)^2)^2) == sin(a^2+b^2+2*a*b)^2
77
# fixme: can this be made faster?
88
@test simplify(polynormalize(sin((a+b)^2)^2 + cos((a+b)^2)^2)) == 1

0 commit comments

Comments
 (0)