Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Mar 31, 2021
1 parent 6d4acff commit 93f20f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/generate_tangent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end
(true, DoesNotExist),
(4, DoesNotExist),
(5.0, Float64),
(big(5.0), BigFloat),
(5.0 + 0.4im, Complex{Float64}),
(randn(Float32, 3), Vector{Float32}),
(randn(Complex{Float64}, 2), Vector{Complex{Float64}}),
Expand Down

0 comments on commit 93f20f2

Please sign in to comment.