Jon Herman
Jon Herman
First, thanks for making this package! It has really improved my writing in LaTeX. It looks like the package is broken for ST2 (which is fine, some error about the...
This has been maybe the most common question / annoyance for users: what to do about missing data in the output vector `Y` ? (See #134, #255, #262, #237, #206,...
bug and solution from Mickaël Trochet. Thank you! The function `Si.to_df()` currently only works for the `names` key, but not when `groups` is defined. Proposed fixes below, sent by Mickaël....
Currently we have limited plotting features: https://github.com/SALib/SALib/tree/master/src/SALib/plotting I used to be concerned about adding dependencies, but I think it could be valuable to have more plotting functions inside the library...
There are many nice sampling features, but they are not always implemented consistently across methods. - **Group sampling**: Currently works for Sobol and Morris. Is it possible to implement for...
currently required to be a numpy array. Could add a simple check at the beginning of every method, `if type(Y) is list: Y = np.array(Y)`
Based on meeting with @mfefer let's try to keep track of postprocessor features that we need. Here is a list of the current Excel postprocessors, with my understanding of what...
First referenced in #23 which is now closed. @mfefer @msdogan use this issue to track when/where this seems to be happening. Maybe some data isn't being filled into the dictionaries...
The idea was for a policy to save its own frequency of actions during a simulation (e.g. "Flood Control (5%)"). However this seems to create a number of problems: -...
The new version of the MPI code uses `mpi4py.futures` to create process pools. This module was added in mpi4py 2.1. For people at UC Davis - I need to figure...