Skip to content

Commit 8716244

Browse files
shashiYingboMa
andcommitted
Add tests with expo that is not -1
Co-authored-by: "Yingbo Ma" <[email protected]>
1 parent 2ce33ac commit 8716244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzzlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function fuzz_test(ntrials, spec, simplify=simplify;kwargs...)
185185
end
186186
end
187187

188-
leaves = [(@syms a b c d e g)..., big.((3//5, 0//2, -1//2, 1//2, 1//2+2im))...]
188+
leaves = [(@syms a b c d e g)..., a^3, a^-2, b^2, b^(-1), big.((3//5, 0//2, -1//2, 1//2, 1//2+2im))...]
189189
function gen_expr(lvl=5)
190190
if lvl == 0
191191
x = rand(leaves)

0 commit comments

Comments
 (0)