-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!dependencies
Description
The unsequa module directly refers to some of the methods from the SALib package for sampling and for sensitivity analysis. In the latest version of SALib, some methods exist that are not yet documented in unsequa.
- To resolve this, the sampling and sensitivity methods' docstrings should be updated to list all the existing methods in the SALib package.
- Also, the compatibility dictionary
SALIB_COMPATIBILITYin theunc_outputmodule which tells the user which sampling method can be used in combination with which sensitivity method should be accordingly updated. - Ideally, a few tests are added to check whether the "new" methods from SALib work as in intended in unsequa.
Metadata
Metadata
Assignees
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!dependencies