From 0e0a7c8a94522dd92e0ef41462f2effc17e9427f Mon Sep 17 00:00:00 2001 From: Simeon Schaub Date: Sun, 20 Oct 2019 12:25:41 +0200 Subject: [PATCH] remove comma in `test_scalar` --- test/test_util.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_util.jl b/test/test_util.jl index 6acfc6f8c..c9a94d917 100644 --- a/test/test_util.jl +++ b/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 else # rule == frule # Got to input extra first aguement for internals # But it is only a dummy since this is not a functor - ∂x, = prop_rule(NamedTuple(), 1) + ∂x = prop_rule(NamedTuple(), 1) end