We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c747f70 commit aadcfa8Copy full SHA for aadcfa8
test/basekernels/matern.jl
@@ -21,7 +21,7 @@
21
# Test custom `rrule` (Zygote workaround).
22
k = MaternKernel(; ν=rand())
23
test_rrule(
24
- KernelFunctions._get_ν, k ⊢ Tangent{typeof(k)}(; ν=randn(), metric=NoTangent())
+ KernelFunctions._get_ν, k ⊢ ChainRulesTestUtils.Tangent{typeof(k)}(; ν=randn(), metric=ChainRulesTestUtils.NoTangent())
25
)
26
27
# Standardised tests.
0 commit comments