Skip to content

Commit

Permalink
Update testset
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed May 17, 2024
1 parent 8ac8229 commit 37672e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/rotation_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,9 @@ all_types = (RotMatrix3, RotMatrix{3}, AngleAxis, RotationVec,
end

@testset "Rotation result eltype" begin
QuantityF64 = typeof(1.0u"m")
QuantityF32 = typeof(1.0f0u"m")
@testset "$(R)" for R in all_types
QuantityF64 = typeof(1.0u"m")
QuantityF32 = typeof(1.0f0u"m")

r1 = rand(R{Float64})
r2 = rand(R{Float32})
v1 = rand(SVector{3,Float64})
Expand Down

0 comments on commit 37672e4

Please sign in to comment.