Asgeir Nyvoll
Asgeir Nyvoll
Not sure if we are able to extract the possibility of logarithmic axes from the plotly express function signatures, but if it isn't too hard, we should add the possibility...
Some users have design matrices with mixed types, e.g. a float and a string, where the latter identifies a case/scenario instead of a purely stochastic approach. This leads to a...
Should be ok to store lists, tuples and dicts of current valid storage types [pd.DataFrame, pathlib.Path, io.BytesIO]
*Insert a description of your pull request (PR) here, and check off the boxes below when they are done.* --- ### Contributor checklist - [ ] :tada: This PR closes...
Minimal change for now, only avoiding dropping parameters. GEN_KW prefixes from parameter "groups" are still kept. --- ### Contributor checklist - [X] :tada: This PR closes #1221 . - [X]...
The linked code drops the non-logarithmic column and renames the logarithmic ones. If someone is testing different distributions (logarithmic and non-logarithmic), the non-logarithmic distributions will be lost. I suggest that...
User wants to be able to decide the order of vectors plotted when plotting grouped by ensemble, to choose what is plotted on top of the other. See example from...
Originally identified by a user. A bit of a tricky issue, I don't know yet what would be natural behavior. The issue is that if using SOF3 Eclipse input, you...
We should consider if providers generally should only be initialized with the raw data it reads, and not e.g. a filtered or resampled version. An example is the `EnsembleSummaryProvider` which...
**Describe the bug** Some plugins use the new providers in a memory inefficient way, loading data from the providers and storing the output in the plugins attributes in `init` as...