From a1ebb175eab4af9f29370ed3b10184974cb2957c Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 1 Jun 2017 14:54:02 +0200 Subject: [PATCH] Adapt get_sensitivity_of_fast to standard value of like Standard value of like_index should be 1, as standard like is also called like1 --- spotpy/analyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotpy/analyser.py b/spotpy/analyser.py index 0983788d..9d5f900b 100644 --- a/spotpy/analyser.py +++ b/spotpy/analyser.py @@ -275,7 +275,7 @@ def get_parbounds(spotpy_setup): bounds.append([parmin[i],parmax[i]]) return bounds -def get_sensitivity_of_fast(results,like_index=None,M=4, print_to_console=True): +def get_sensitivity_of_fast(results,like_index=1,M=4, print_to_console=True): """ Get the sensitivity for every parameter of your result array, created with the FAST algorithm