Skip to content

Commit d87cc84

Browse files
Update test/basekernels/matern.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aadcfa8 commit d87cc84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/basekernels/matern.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
# Test custom `rrule` (Zygote workaround).
2222
k = MaternKernel(; ν=rand())
2323
test_rrule(
24-
KernelFunctions._get_ν, k ChainRulesTestUtils.Tangent{typeof(k)}(; ν=randn(), metric=ChainRulesTestUtils.NoTangent())
24+
KernelFunctions._get_ν,
25+
k ChainRulesTestUtils.Tangent{typeof(k)}(;
26+
ν=randn(), metric=ChainRulesTestUtils.NoTangent()
27+
),
2528
)
2629

2730
# Standardised tests.

0 commit comments

Comments
 (0)