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

Update test

parent 52813864
No related branches found
No related tags found
1 merge request!36Make fitinf use 0-based indexing
...@@ -91,7 +91,7 @@ const ONLINEFILE = datapath("online", "km3net_online.root") ...@@ -91,7 +91,7 @@ const ONLINEFILE = datapath("online", "km3net_online.root")
@test 56 == length(t[1].trks) @test 56 == length(t[1].trks)
@test 0 == length(t[1].w) @test 0 == length(t[1].w)
@test 17 == length(t[1].trks[1].fitinf) @test 17 == length(t[1].trks[1].fitinf)
@test 0.009290906625313346 == t[end].trks[1].fitinf[1] @test 0.009290906625313346 == t[end].trks[1].fitinf[0]
close(f) close(f)
f = ROOTFile(datapath("offline", "numucc.root")) f = ROOTFile(datapath("offline", "numucc.root"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment