Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thouska/spotpy
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Jan 30, 2024
2 parents 78a5be0 + 0a85e8c commit 7e5e3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Before you start to use SPOTPY you should be familiar with Python. Otherwise I recommend you to read a [basic Python Tutorial](https://docs.python.org/2/tutorial/ " Basic Python tutorial") or [Think Python](http://www.greenteapress.com/thinkpython/ "Think Python") first.
Before you start to use SPOTPY you should be familiar with Python. Otherwise I recommend you to read a [basic Python Tutorial](https://docs.python.org/3/tutorial/index.html " Basic Python tutorial") or [Think Python](http://www.greenteapress.com/thinkpython/ "Think Python") first.

Basic knowledge about NumPy is also needed. You can get this [here](http://www.engr.ucsb.edu/~shell/che210d/numpy.pdf "NumPY tutorial").

Expand Down
2 changes: 1 addition & 1 deletion docs/Sensitivity_analysis_with_FAST.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $$N = (1+4M^2(1+(k-2)d))k$$

with N = needed parameter iterations, M= inference factor (SPOTPY default M=4) and d= frequency step (SPOTPY default d=2) and k as the number of parameters of your model.

In our case, we provide the hymod model as an [example](https://github.com/thouska/spotpy/blob/master/spotpy/examples/spot_setup_hymod_python.py)
In our case, we provide the hymod model as an [example](https://github.com/thouska/spotpy/blob/master/src/spotpy/examples/spot_setup_hymod_python.py)
You can start the simulation with


Expand Down

0 comments on commit 7e5e3f4

Please sign in to comment.