Skip to content

Commit

Permalink
Merge pull request #39 from p-lauer/patch-2
Browse files Browse the repository at this point in the history
Adapt get_sensitivity_of_fast to standard value of like
  • Loading branch information
thouska authored Jun 1, 2017
2 parents 3cdc1a2 + a1ebb17 commit a9dcd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotpy/analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9dcd14

Please sign in to comment.