File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ function run_reco_test(test::ComparisonTestValencia; testname = nothing)
250250 phi_ref = rjet[" phi" ]
251251 pt_ref = rjet[" pt" ]
252252 normalised_phi_ref = phi_ref < 0.0 ? phi_ref + 2 π : phi_ref
253- rap_test = isapprox (jet. rap, rap_ref; atol= 1e-4 )
254- phi_test = isapprox (norm_phi, normalised_phi_ref;atol= 1e-4 )
255- pt_test = isapprox (jet. pt, pt_ref; rtol= 1e-5 )
253+ rap_test = isapprox (jet. rap, rap_ref; atol = 1e-4 )
254+ phi_test = isapprox (norm_phi, normalised_phi_ref; atol = 1e-4 )
255+ pt_test = isapprox (jet. pt, pt_ref; rtol = 1e-5 )
256256 if ! rap_test || ! phi_test || ! pt_test
257257 println (" Jet mismatch in Event $(ievt) , Jet $(ijet) :" )
258258 println (" Failing Jet: pt=$(jet. pt) , rap=$(jet. rap) , phi=$(norm_phi) " )
You can’t perform that action at this time.
0 commit comments