Skip to content

Commit

Permalink
remove nonsensical fuzz case
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed May 14, 2024
1 parent 529127c commit 6367804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzlib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const num_spec = let
()->rand([a b c d e f])]

binops = SymbolicUtils.diadic
nopow = setdiff(binops, [(^), besselj0, besselj1, bessely0, bessely1, besselj, bessely, besseli, besselk])
nopow = setdiff(binops, [(^), NaNMath.pow, besselj0, besselj1, bessely0, bessely1, besselj, bessely, besseli, besselk])
twoargfns = vcat(nopow, (x,y)->x isa Union{Int, Rational, Complex{<:Rational}} ? x * y : x^y)
fns = vcat(1 .=> vcat(SymbolicUtils.monadic, [one, zero]),
2 .=> vcat(twoargfns, fill(+, 5), [-,-], fill(*, 5), fill(/, 40)),
Expand Down

0 comments on commit 6367804

Please sign in to comment.