Skip to content

Commit

Permalink
Update test/ad/chainrules.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yebai and github-actions[bot] authored Aug 13, 2024
1 parent 4fee7f1 commit c66f509
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/ad/chainrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ end
if @isdefined Tapir
rng = Xoshiro(123456)
Tapir.TestUtils.test_rule(
rng, Bijectors.find_alpha, x, y, z;
is_primitive=true, perf_flag=:none, interp=Tapir.TapirInterpreter()
rng,
Bijectors.find_alpha,
x,
y,
z;
is_primitive=true,
perf_flag=:none,
interp=Tapir.TapirInterpreter(),
)
Tapir.TestUtils.test_rule(
rng,
Expand Down

0 comments on commit c66f509

Please sign in to comment.