Skip to content

StephanDeHoop/everest-models-fork

This branch is up to date with equinor/everest-models:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2025
Jul 1, 2024
Jan 3, 2025
Feb 5, 2025
Feb 5, 2025
May 2, 2024
Feb 5, 2025
May 2, 2024
May 2, 2024
May 2, 2024
May 2, 2024
Aug 6, 2024
Feb 14, 2025

Repository files navigation

everest-models

Everest-models

What is everest-models

This project is a plugin for Everest™ and ERT, that holds an amalgamation of forward models and workflows maintained and used by Equinor and TNO.

Installation

pip install git+https://github.com/equinor/everest-models.git

This can also be done by downloading the latest release

Local Test

git clone https://github.com/equinor/everest-models.git

Install test dependencies

pip install .[test]
# pip install -e .[test] # if editable is desire
# pip install .\[test\] # zsh

Run tests

pytest -sv

Docs

Install documentation dependencies

pip install .[docs]
# pip install -e .[docs] # if editable is desire
# pip install .\[docs\] # zsh

If missing, autogenerate forward model jobs reference documentation resources

docs/reference/load_jobs_metadata.py

Start Documentation Server

mkdocs serve
INFO     -  Building documentation...
INFO     -  Cleaning site directory
INFO     -  Documentation built in 1.94 seconds
INFO     -  [20:45:25] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO     -  [20:45:25] Serving on http://127.0.0.1:8000/

Head to the given address (localhost:port)

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%