Skip to content

Commit aadcfa8

Browse files
authored
Update matern.jl
1 parent c747f70 commit aadcfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basekernels/matern.jl

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

2727
# Standardised tests.

0 commit comments

Comments
 (0)