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.
test_scalar
1 parent 9e4cb76 commit 0e0a7c8Copy full SHA for 0e0a7c8
test/test_util.jl
@@ -35,7 +35,7 @@ function test_scalar(f, x; rtol=1e-9, atol=1e-9, fdm=_fdm, test_wirtinger=x isa
35
else # rule == frule
36
# Got to input extra first aguement for internals
37
# But it is only a dummy since this is not a functor
38
- ∂x, = prop_rule(NamedTuple(), 1)
+ ∂x = prop_rule(NamedTuple(), 1)
39
end
40
41
0 commit comments