Skip to content
Snippets Groups Projects
Verified Commit 9fe7ef49 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove unneeded tests

parent 762edc9c
Branches
Tags
No related merge requests found
Pipeline #46384 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment