Skip to content

Commit

Permalink
Apply suggestions from code review
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
torfjelde and github-actions[bot] authored Aug 13, 2024
1 parent 328a7ea commit 4fee7f1
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions test/ad/chainrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4fee7f1

Please sign in to comment.