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 bf498b9 commit 3e46893Copy full SHA for 3e46893
test/fuzzlib.jl
@@ -92,7 +92,8 @@ function gen_rand_expr(inputs;
92
try
93
return f(args...)
94
catch err
95
- if err isa DomainError || err isa DivideError || err isa MethodError
+ if err isa DomainError || err isa DivideError || err isa MethodError ||
96
+ err isa SymbolicUtils.SpecialFunctions.AmosException
97
return gen_rand_expr(inputs,
98
spec=spec,
99
leaf_prob=leaf_prob,
0 commit comments