Skip to content

Commit

Permalink
Comment out lesbrary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Oct 9, 2024
1 parent d4a6768 commit 48e7c65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -12,6 +12,5 @@ include("test_utils.jl")

@testset "Doctests" begin
using ParameterEstimocean, Distributions

doctest(ParameterEstimocean)
end

0 comments on commit 48e7c65

Please sign in to comment.