Skip to content

Commit 4136420

Browse files
authored
Merge pull request #126 from JuliaDiff/sim/remove_single_comma
remove comma in `test_scalar`
2 parents 9e4cb76 + 0e0a7c8 commit 4136420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function test_scalar(f, x; rtol=1e-9, atol=1e-9, fdm=_fdm, test_wirtinger=x isa
3535
else # rule == frule
3636
# Got to input extra first aguement for internals
3737
# But it is only a dummy since this is not a functor
38-
∂x, = prop_rule(NamedTuple(), 1)
38+
∂x = prop_rule(NamedTuple(), 1)
3939
end
4040

4141

0 commit comments

Comments
 (0)