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 9bb7beb commit 6a467f9Copy full SHA for 6a467f9
test/Project.toml
@@ -1,5 +1,6 @@
1
[deps]
2
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
3
+ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
4
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
5
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
6
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
@@ -19,6 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
19
20
21
[compat]
22
AxisArrays = "0.4.3"
23
+ChainRulesTestUtils = "1.7"
24
Compat = "3"
25
Distances = "0.10"
26
Documenter = "0.25, 0.26, 0.27"
test/runtests.jl
using KernelFunctions
using AxisArrays
+using ChainRulesTestUtils
using Distances
using Documenter
using Functors: functor
0 commit comments