We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5290a90 commit cd4c9c0Copy full SHA for cd4c9c0
1 file changed
test/rand_tangent.jl
@@ -25,8 +25,8 @@ using FiniteDifferences: rand_tangent
25
([randn(5, 4), 4.0], Vector{Any}),
26
27
# Wrapper Arrays
28
- (randn(5, 4)', Adjoint{Float64, Matrix{Float64}},
29
- (transpose(randn(5, 4)), Transpose{Float64, Matrix{Float64}},
+ (randn(5, 4)', Adjoint{Float64, Matrix{Float64}}),
+ (transpose(randn(5, 4)), Transpose{Float64, Matrix{Float64}}),
30
31
32
# Tuples.
0 commit comments