Will Usher
Results
93
comments of
Will Usher
Hi. I've tried to replicate your issue, but cannot. `SALib.sample.sobol.sample()` works for me with SALib 1.5.1 Try: ``` import SALib.sample.sobol as sobol help(sobol.sample) ```
Okay, I can replicate the error now. The recommended way of using the package is: ```python from SALib import sample from SALib import analyze ``` but then both `sample.sobol()` and...
@mountaindust - what version of Python are you using?