Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
chooron committed Dec 13, 2024
1 parent 5f0e950 commit 77b616b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HydroModels"
uuid = "7e3cde01-c141-467b-bff6-5350a0af19fc"
authors = ["jingx <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down
2 changes: 1 addition & 1 deletion test/run_lumped_model.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77b616b

Please sign in to comment.