Skip to content

Commit 92960e9

Browse files
committed
style: clean up kws
1 parent 5de3a49 commit 92960e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ChainRules.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ function CRC.rrule(
3333
tree::AbstractExpressionNode,
3434
X::AbstractMatrix,
3535
operators::OperatorEnum;
36-
turbo=Val(false),
37-
bumper=Val(false),
36+
kws...,
3837
)
39-
primal, complete = eval_tree_array(tree, X, operators; turbo, bumper)
38+
primal, complete = eval_tree_array(tree, X, operators; kws...)
4039

4140
if !complete
4241
primal .= NaN

0 commit comments

Comments
 (0)