Skip to content

Commit 1bac99f

Browse files
committed
remove also besselj from fuzzer
1 parent 12010d1 commit 1bac99f

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
@@ -43,7 +43,7 @@ const num_spec = let
4343
()->rand([a b c d e f])]
4444

4545
binops = SymbolicUtils.diadic
46-
nopow = filter(x->x!==(^), binops)
46+
nopow = filter(x->x!==(^) || x == besselj, binops)
4747
twoargfns = vcat(nopow, (x,y)->x isa Union{Int, Rational, Complex{<:Rational}} ? x * y : x^y)
4848
fns = vcat(1 .=> vcat(SymbolicUtils.monadic, [one, zero]),
4949
2 .=> vcat(twoargfns, fill(+, 5), [-,-], fill(*, 5), fill(/, 40)),

0 commit comments

Comments
 (0)