This repository contains scripts to set up a workflow using Python for the three cases in the SPE11 project, and to reproduce the sumbitted results from the OPM team published in the SPE11 benchmark ...
gridium/ ├── lessons/ # Educational materials │ ├── 01_pydantic_introduction.md │ └── 02_pydantic_best_practices.md ├── examples/ # Runnable code examples │ ├── 01_pydantic_introduction.py │ └── ...