diff --git a/test/ad/chainrules.jl b/test/ad/chainrules.jl index 10829697..44792ee1 100644 --- a/test/ad/chainrules.jl +++ b/test/ad/chainrules.jl @@ -34,12 +34,24 @@ end is_primitive=true, perf_flag=:none, interp=Tapir.TapirInterpreter() ) Tapir.TestUtils.test_rule( - rng, Bijectors.find_alpha, x, y, 3; - is_primitive=true, perf_flag=:none, interp=Tapir.TapirInterpreter() + rng, + Bijectors.find_alpha, + x, + y, + 3; + is_primitive=true, + perf_flag=:none, + interp=Tapir.TapirInterpreter(), ) Tapir.TestUtils.test_rule( - rng, Bijectors.find_alpha, x, y, UInt32(3); - is_primitive=true, perf_flag=:none, interp=Tapir.TapirInterpreter() + rng, + Bijectors.find_alpha, + x, + y, + UInt32(3); + is_primitive=true, + perf_flag=:none, + interp=Tapir.TapirInterpreter(), ) end