From 48e7c651ff77e111752e6c59f2de1aec278530ff Mon Sep 17 00:00:00 2001 From: Gregory Wagner Date: Tue, 8 Oct 2024 18:01:00 -0700 Subject: [PATCH] Comment out lesbrary tests --- test/runtests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 067b449a..1bb2e9ab 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ using Documenter, Test -include("test_lesbrary_datadeps.jl") +# include("test_lesbrary_datadeps.jl") include("test_synthetic_observations.jl") include("test_transformations.jl") include("test_parameters.jl") @@ -12,6 +12,5 @@ include("test_utils.jl") @testset "Doctests" begin using ParameterEstimocean, Distributions - doctest(ParameterEstimocean) end