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 4344987 commit be1df82Copy full SHA for be1df82
test/gradcheck.jl
@@ -1,3 +1,4 @@
1
+module gradcheck_tests
2
# This file contains a selection of tests from Zygote's "gradcheck.jl",
3
# dealing with Base and standard library functions. Many of these use rules
4
# which have their own more exhaustive tests in ChainRules.
@@ -10,6 +11,7 @@
10
11
using Test
12
using ChainRulesCore
13
using Diffractor
14
+using Diffractor: var"'"
15
using Distributed: CachingPool, pmap, workers
16
using FiniteDifferences
17
using LinearAlgebra
@@ -634,3 +636,5 @@ end
634
636
# in typeassert, expected Int64, got a value of type Nothing
635
637
@test_broken jacobicheck(-, A, B)
638
end
639
+
640
+end
0 commit comments