From 77b616b547eecce8a96264eac7aa4b2524107a7b Mon Sep 17 00:00:00 2001 From: jingx <50790703+chooron@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:33:32 +0800 Subject: [PATCH] change the version --- Project.toml | 2 +- test/run_lumped_model.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2dcc136..5a63146 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HydroModels" uuid = "7e3cde01-c141-467b-bff6-5350a0af19fc" authors = ["jingx <50790703+chooron@users.noreply.github.com>"] -version = "0.1.1" +version = "0.1.2" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/test/run_lumped_model.jl b/test/run_lumped_model.jl index 8a20c2d..d2a8d67 100644 --- a/test/run_lumped_model.jl +++ b/test/run_lumped_model.jl @@ -1,4 +1,4 @@ - step_func(x) = (tanh(5.0 * x) + 1.0) * 0.5 +step_func(x) = (tanh(5.0 * x) + 1.0) * 0.5 @testset "test lumped hydro model (exp-hydro with no neural network and no unit hydrograph)" begin @parameters Tmin Tmax Df Smax f Qmax