Skip to content

Commit

Permalink
Merge pull request #203 from celliern/master
Browse files Browse the repository at this point in the history
fix doc typo (default interference parameter). Closes #200
  • Loading branch information
willu47 committed Jun 10, 2018
2 parents fd64136 + 8faaee8 commit 3bc2ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SALib/analyze/rbd_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def analyze(problem, Y, X, M=10, print_to_console=False):
A NumPy array containing the model inputs
M : int
The interference parameter, i.e., the number of harmonics to sum in
the Fourier series decomposition (default 4)
the Fourier series decomposition (default 10)
print_to_console : bool
Print results directly to console (default False)
Expand Down

0 comments on commit 3bc2ddf

Please sign in to comment.