From 681e2d928465a08820fee0fc492cc4ef42aecea3 Mon Sep 17 00:00:00 2001 From: mattsignorelli Date: Tue, 10 Sep 2024 16:51:06 -0400 Subject: [PATCH] fix --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ee5bb3d..66bd161 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,5 @@ using BeamTracking -using Test +using Test, Distributions @testset "BeamTracking.jl" begin beam0 = Beam(10000, d_x=Normal(0, 1e-3), d_px=Normal(0, 1e-4), d_pz=Normal(0, 1e-2))