diff --git a/test/math_tests.jl b/test/math_tests.jl index ba53b261acba0f0f6de672fd944f81c9cbf40b03..75c06be7052434982c53938a4fcbfa6a26e87b99 100644 --- a/test/math_tests.jl +++ b/test/math_tests.jl @@ -7,10 +7,6 @@ using Test @test π/2 ≈ angle([1,0,0], [0,1,0]) @test π/2 ≈ angle([1,0,0], [0,0,1]) @test π ≈ angle([1,0,0], [-1,0,0]) - - m1 = NeRCA.MuonScanfitCandidate(Position(1, 2, 3), Direction(1.0, 0.0, 0.0), 0, 0, 0, 0) - m2 = NeRCA.MuonScanfitCandidate(Position(1, 2, 3), Direction(0.0, 1.0, 0.0), 0, 0, 0, 0) - @test π/2 ≈ angle(m1, m2) end