Feda Curic

Results 24 issues of Feda Curic

**Describe the bug** A clear and concise description of what the bug is. **To reproduce** Steps to reproduce the behaviour: 1. `pip install ert` 2. Modify `poly_eval.py` such that some...

bug

Similarly to how it's possible to select ensembles via the [`EnsembleSelector`](https://github.com/equinor/ert/blob/main/src/ert/gui/ertwidgets/ensembleselector.py), it should be possible to select experiments. One example is `Evaluate ensemble`, where it's difficult to know which experiment...

The `AHM_ANALYSIS` is somewhat broken in that it consumes a lot of memory. See the following issues for details: Old issue discussing memory issues that are still prevalent: - https://github.com/equinor/semeio/issues/318...

needs-discussion

### What happened? (You can include a screenshot if it helps explain) I disabled the `GEN_KW` in `poly.ert` by using `UPDATE:FALSE`: ```console GEN_KW COEFFS coeff_priors UPDATE:FALSE ``` I then ran...

bug