EMAworkbench icon indicating copy to clipboard operation
EMAworkbench copied to clipboard

workbench for performing exploratory modeling and analysis

Results 74 EMAworkbench issues
Sort by recently updated
recently updated
newest added

Currently the connector tests (in [test/test_connectors/](https://github.com/quaquel/EMAworkbench/tree/master/test/test_connectors)) are [disabled](https://github.com/quaquel/EMAworkbench/blob/1b5175d96953ed9bf466790dc9249dae6802bcb7/.github/workflows/ci.yml#L40) in the CI. I think it would be useful to at least test them periodically, to see if the upstream changes don't...

ci

Currently the docs and the tutorial don't dive very deep into the [`HyperVolume`](https://github.com/quaquel/EMAworkbench/blob/master/ema_workbench/em_framework/optimization.py#L490) input parameters when used as a convergence metric. In the examples they're (on the surface) quite arbitraily...

docs

It seems like the [Robust Search](https://emaworkbench.readthedocs.io/en/latest/indepth_tutorial/directed-search.html#Robust-Search) part of the Directed search tutorial is ending somewhat abruptly. It ends with running the experiment, and I think expanding it with interpreting and...

docs

Currently for a [`parcoords.ParallelAxes()`](https://emaworkbench.readthedocs.io/en/latest/ema_documentation/analysis/parcoords.html) you can change the number format, fontsize and label rotation, but not the figure size (or aspect ratio). If you have many variables this can be...

docs

Instead of only inspecting one point, it would be neat if you can pass multiple points into the [`inspect()`](https://github.com/quaquel/EMAworkbench/blob/master/ema_workbench/analysis/prim.py#L405) function of an `analysis.prim.PrimBox`. The expected behavior could be: - [x]...

enhancement

Dear all, I am trying to connect the EMA workbench framework to my MESA model. I have followed the tutorial for python. Yet, I encounter some errors and I cannot...

enhancement
docs

Resolves #98 to allow users to plot a contour map in addition to the scatter currently offered by `PrimBox.show_pairs_scatter()`. This is currently implemented as a parameter that defaults to 'scatter'...

enhancement

In the kde_over_time plotting function (and thus in the simple_kde function), the ticklabels are emptied using ax.set_xticklabels([]) ax.set_yticklabels([]) It would be nice if the years and outcome values would be...

Feature request to update the pair scatter plot function in Prim to customise the configuration of the figure.

enhancement

Is EMAworkbench an update of Rhodium? Is it possible to briefly describe the difference between the two in README.md? Thanks!

docs