From ab878734744baa73b90edae1f372f7c8cf56ee91 Mon Sep 17 00:00:00 2001 From: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:39:42 +0100 Subject: [PATCH] remove hbv_config from precompile --- build/create_binaries/precompile.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/build/create_binaries/precompile.jl b/build/create_binaries/precompile.jl index 78ea170d1..984017d8c 100644 --- a/build/create_binaries/precompile.jl +++ b/build/create_binaries/precompile.jl @@ -8,5 +8,4 @@ testdir = abspath(dirname(pathof(Wflow)), "..", "test") Wflow.run(joinpath(testdir, "sbm_config.toml")) Wflow.run(joinpath(testdir, "sbm_gwf_config.toml")) -Wflow.run(joinpath(testdir, "hbv_config.toml")) Wflow.run(joinpath(testdir, "sediment_config.toml"))