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 0daff40 commit bcb3ad9Copy full SHA for bcb3ad9
test/rulesets.jl
@@ -61,6 +61,5 @@ end
61
@testset "timerwrite" begin
62
@vars a b c d
63
expr1 = foldr((x,y)->rand([*, /])(x,y), rand([a,b,c,d], 100))
64
- expr2 = foldr((x,y)->rand([*, /])(x,y), rand([a,b,c,d], 100))
65
- SymbolicUtils.@timerewrite simplify(expr1-2expr2+expr1+expr2)
+ SymbolicUtils.@timerewrite simplify(expr1)
66
end
0 commit comments