We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b805b45 commit be88aa8Copy full SHA for be88aa8
2 files changed
test/deprecated.jl
@@ -1,4 +1,9 @@
1
-
+# Test struct for `rand_tangent` and `difference`.
2
+struct Foo
3
+ a::Float64
4
+ b::Int
5
+ c::Any
6
+ end
7
rand_tangent(args...) = @test_deprecated FiniteDifferences.rand_tangent(args...)
8
9
@testset "rand_tangent" begin
test/runtests.jl
@@ -7,12 +7,6 @@ using Random
using StaticArrays
using Test
10
-# Test struct for `rand_tangent` and `difference`.
11
-struct Foo
12
- a::Float64
13
- b::Int
14
- c::Any
15
-end
16
17
Random.seed!(1)
18
0 commit comments