Skip to content

Commit 6a467f9

Browse files
authored
Load ChainRulesTestUtils
1 parent 9bb7beb commit 6a467f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
3+
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
34
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
45
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
56
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
@@ -19,6 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1920

2021
[compat]
2122
AxisArrays = "0.4.3"
23+
ChainRulesTestUtils = "1.7"
2224
Compat = "3"
2325
Distances = "0.10"
2426
Documenter = "0.25, 0.26, 0.27"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using KernelFunctions
22
using AxisArrays
3+
using ChainRulesTestUtils
34
using Distances
45
using Documenter
56
using Functors: functor

0 commit comments

Comments
 (0)