Skip to content
Snippets Groups Projects
Commit e43f2334 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Wrong field name in test updated

parent ad3b11aa
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ const EVTFILE = joinpath(@__DIR__, "data", "testdata.evt")
@test all( isapprox.(nu.bjorken, (0.225275, 0.316002)) )
@test nu.particle.value == 12
@test nu.ichannel == 1
@test all( isapprox.(nu.kin.vtx_pos, Vector([-47.084, -76.701, -85.565])) )
@test all( isapprox.(nu.kin.pos, Vector([-47.084, -76.701, -85.565])) )
@test all( isapprox.(nu.kin.dir, Vector([0.545149, 0.398641, -0.737494])) )
end
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