We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The function step_func is not defined the tutorial on building exp hydro (https://github.com/chooron/HydroModels.jl/blob/main/docs/src/implements/build_exphydro_model_en.md), which makes running the example not feasible.
step_func
The text was updated successfully, but these errors were encountered:
Hello, I apologize for not checking this issue. This step_func is a function used for smoothing the judgment process:
step_func(x) = (tanh(5.0 * x) + 1.0) * 0.5
Sorry, something went wrong.
Thank you for the clarification! With the updated documentation from 7727d7d it is much clearer
No branches or pull requests
The function
step_func
is not defined the tutorial on building exp hydro (https://github.com/chooron/HydroModels.jl/blob/main/docs/src/implements/build_exphydro_model_en.md), which makes running the example not feasible.The text was updated successfully, but these errors were encountered: