Takuya Iwanaga

Results 167 comments of Takuya Iwanaga

I think this is perhaps propagation delay, as I am seeing it available on PyPI ![image](https://user-images.githubusercontent.com/4075136/123690400-abdd4b00-d897-11eb-9e07-8e7c83a394f6.png)

Attempt at release checklist template: - [ ] Create new branch with version number - [ ] Document overview of changes since last release in CHANGELOG.MD - [ ] Submit...

When using the procedural approach, it is expected that you will apply the analysis to each output manually. See the example underneath the text "The triad of sampling, evaluating and...

Closing this as I'm assuming you have arrived at a good solution. Thanks for using SALib.

This is partially addressed with the OO-based interface, which estimates Si on a per-column basis. We could leave the procedural style unchanged as it offers fine-grain control. Backporting it to...

Hi @Mickael01 First and foremost, thank you for this. This issue was already addressed in the recent development version (as yet not officially released) but only for the Sobol analysis...

Hi Mickaël Yes, `extract_group_names()` can be found in the [init file](https://github.com/SALib/SALib/blob/95a3371e503f9253cb917b8f0101c0202b969c2b/src/SALib/util/__init__.py#L209) Python import rules are strange 😉 Making these things more obvious is a long-term goal of mine.

Tests added for Sobol' and Morris methods (in #392). Other methods will have to wait 'til later.

Hi @jyangfsu Is the reference below the one you are referring to? I had a quick scan over it but could not see exactly where your suggestion is mentioned so...

Thanks @tupui - I made a mental note to check on the conda feedstock after the 1.4.6 release but obviously it had left my mind when I woke in the...