Skip to content

Commit c747f70

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/basekernels/matern.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020

2121
# Test custom `rrule` (Zygote workaround).
2222
k = MaternKernel(; ν=rand())
23-
test_rrule(KernelFunctions._get_ν, k Tangent{typeof(k)}(; ν=randn(), metric=NoTangent()))
23+
test_rrule(
24+
KernelFunctions._get_ν, k Tangent{typeof(k)}(; ν=randn(), metric=NoTangent())
25+
)
2426

2527
# Standardised tests.
2628
TestUtils.test_interface(k, Float64)

0 commit comments

Comments
 (0)