Skip to content

Commit

Permalink
Adapt get_sensitivity_of_fast to standard value of like
Browse files Browse the repository at this point in the history
Standard value of like_index should be 1, as standard like is also called like1
  • Loading branch information
p-lauer authored Jun 1, 2017
1 parent 3cdc1a2 commit a1ebb17
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 a1ebb17

Please sign in to comment.