equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
103 stars 107 forks source link

Everest documentation generator fails #8821

Closed verveerpj closed 1 month ago

verveerpj commented 1 month ago

What happened? (You can include a screenshot if it helps explain)

The Everest documentation generator code fails in a GitHub action run. This is because the generator code only seems to work in an editable installation.

What did you expect to happen?

The documentation generator should work irrespective of the type of installation.

steps to reproduce

Make an installation of ERT with Everest that is not editable and run `python -m everest.docs`.

Environment where bug has been observed