Skip to content

Commit c326309

Browse files
committed
Julia formatter
1 parent 6a69f4f commit c326309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/_common.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)")

0 commit comments

Comments
 (0)