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 5761090 commit b4bedebCopy full SHA for b4bedeb
src/ChainRulesTestUtils.jl
@@ -20,6 +20,7 @@ __init__() = init_test_inferred_setting!()
20
21
include("global_config.jl")
22
23
+include("rand_tangent.jl")
24
include("generate_tangent.jl")
25
include("data_generation.jl")
26
include("iterator.jl")
test/runtests.jl
@@ -14,6 +14,7 @@ ChainRulesTestUtils.TEST_INFERRED[] = true
14
include("check_result.jl")
15
include("testers.jl")
16
17
+ include("rand_tangent.jl")
18
19
include("deprecated.jl")
end
0 commit comments