Skip to content

Commit aeb30ef

Browse files
authored
test: update everest name casing (#131)
1 parent 1ceecdc commit aeb30ef

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Code Style](https://github.com/equinor/everest-tutorials/actions/workflows/style.yml/badge.svg)](https://github.com/equinor/everest-tutorials/actions/workflows/style.yml)
22

3-
Everest tutorials
3+
EVEREST tutorials
44

55

66

docs/source/well_order/well_order.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ We plan to drill 6 wells; 4 producers: A1, A2, A3, A4 and 2 injectors A5, A6. We
4444
"Wells","A1","A2","A3","A4","A5","A6"
4545
"Priorities","0.6","0.55","0.5","0.45","0.4","0.35"
4646

47-
Let's assume, we want to start optimization with wells drilled in alphabetical order. We need to assign drilling priority value for each well. The higher the probability value the earlier the well will be drilled. This means, we need to choose the highest priority value for the first well (A1) and lowest priority for the last well (A6). See the :ref:`table_initial_controls_do` for chosen well priority values. We recommend spacing priority values evenly. We also need to specify what standard deviation to use when randomizing priorities for perturbations. We recommend setting standard deviation to be equal to difference between the priority values (0.05 for the example in :ref:`table_initial_controls_do`). For information on how to define a more complex time scheduling constraints with rig and slot availability, see relevant documentation section `(Everest documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#drill_planner-category>`_)
47+
Let's assume, we want to start optimization with wells drilled in alphabetical order. We need to assign drilling priority value for each well. The higher the probability value the earlier the well will be drilled. This means, we need to choose the highest priority value for the first well (A1) and lowest priority for the last well (A6). See the :ref:`table_initial_controls_do` for chosen well priority values. We recommend spacing priority values evenly. We also need to specify what standard deviation to use when randomizing priorities for perturbations. We recommend setting standard deviation to be equal to difference between the priority values (0.05 for the example in :ref:`table_initial_controls_do`). For information on how to define a more complex time scheduling constraints with rig and slot availability, see relevant documentation section `(EVEREST documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#drill_planner-category>`_)
4848

4949
.. _objectives_wo:
5050

@@ -176,7 +176,7 @@ to the correct directory path.
176176
:language: yaml
177177
:lines: 46-48
178178

179-
See also `Everest documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
179+
See also `EVEREST documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
180180

181181
To launch EVEREST, we can execute the following command in the directory with configuration file:
182182

@@ -205,7 +205,7 @@ In our case we can find optimization results in ``r{{configpath}}/../output/r{{c
205205
Drilling order in batch 0 is the chosen initial drilling order.
206206

207207
.. note::
208-
Depending on the choice of ``speculative`` option in ``optimization`` section, the calculations for current best solution and for the gradient might be split in multiple batches, see `Everest documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
208+
Depending on the choice of ``speculative`` option in ``optimization`` section, the calculations for current best solution and for the gradient might be split in multiple batches, see `EVEREST documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
209209

210210
The :ref:`figure_objectives_wo` shows average objective function at the
211211
iterations of the optimization experiment (average NPV over all geological realizations).

docs/source/well_selection/well_selection.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Optimization variables
3333
Drilling priority values
3434
************************
3535

36-
Let's assume that we plan to select up to 5 wells out of 6 candidates and find the best drilling order; 4 producers: A1, A2, A3, A4 and 2 injectors A5, A6. We choose the starting date for drilling to be 2022-09-03. We assume that the drilling rig continuously available without any interruptions. We also assume that it takes 120 days for each well to be drilled, completed and ready to operate. This means that the dates at which wells will be opened in the model are fixed and we only select the wells to be drilled and their order. See the :ref:`table_initial_controls_ws` for resulting drilling dates based on chosen starting date and drilling times. For information on how to define a more complex time scheduling constraints with rig and slot availability, see relevant documentation section (`Everest documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#drill_planner-category>`_).
36+
Let's assume that we plan to select up to 5 wells out of 6 candidates and find the best drilling order; 4 producers: A1, A2, A3, A4 and 2 injectors A5, A6. We choose the starting date for drilling to be 2022-09-03. We assume that the drilling rig continuously available without any interruptions. We also assume that it takes 120 days for each well to be drilled, completed and ready to operate. This means that the dates at which wells will be opened in the model are fixed and we only select the wells to be drilled and their order. See the :ref:`table_initial_controls_ws` for resulting drilling dates based on chosen starting date and drilling times. For information on how to define a more complex time scheduling constraints with rig and slot availability, see relevant documentation section (`EVEREST documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#drill_planner-category>`_).
3737

3838
.. _table_initial_controls_ws:
3939
.. csv-table:: Table: Initial priority values
@@ -44,7 +44,7 @@ Let's assume that we plan to select up to 5 wells out of 6 candidates and find t
4444
"Wells","A1","A2","A3","A4","A5","A6"
4545
"Priorities","0.6","0.55","0.5","0.45","0.4","0.35"
4646

47-
Let's assume, we want to start optimization with the first 4 wells selected based on alphabetical order of their names. We need to assign drilling priority value for each well. The higher the priority value the more likely the well will be selected. This means, we need to choose the highest priority value for the first well (A1) and lowest priority for the last well (A6). See the :ref:`table_initial_controls_ws` for chosen well priority values. We recommend spacing priority values evenly. We also need to specify what standard deviation to use when randomizing priorities for perturbations. We recommend setting standard deviation to be equal to difference between the priority values (0.05 for the example in :ref:`table_initial_controls_ws`). In addition, we will need another control variable to specify the number of wells selected. In our case, we will start with the first 4 wells and we will also specify that we are searching for optimal number of wells between 1 and 5. It is also possible to specified fixed number of wells to be selected, see relevant documentation section (`Everest documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#select_wells-category>`_).
47+
Let's assume, we want to start optimization with the first 4 wells selected based on alphabetical order of their names. We need to assign drilling priority value for each well. The higher the priority value the more likely the well will be selected. This means, we need to choose the highest priority value for the first well (A1) and lowest priority for the last well (A6). See the :ref:`table_initial_controls_ws` for chosen well priority values. We recommend spacing priority values evenly. We also need to specify what standard deviation to use when randomizing priorities for perturbations. We recommend setting standard deviation to be equal to difference between the priority values (0.05 for the example in :ref:`table_initial_controls_ws`). In addition, we will need another control variable to specify the number of wells selected. In our case, we will start with the first 4 wells and we will also specify that we are searching for optimal number of wells between 1 and 5. It is also possible to specified fixed number of wells to be selected, see relevant documentation section (`EVEREST documentation <https://everest.readthedocs.io/en/latest/forward_model_jobs.html#select_wells-category>`_).
4848

4949
.. note::
5050
This tutorial extends on the well order tutorial where priority values were used to define drilling order of the wells. Here, meaning of the priority is similar, i.e. the higher the priority value for the well is, the earlier the well will be drillied. However, in addition, the more likely that well will be selected. The number of wells variable acts as a cut-off for the number of wells selected with the highest priorities.
@@ -183,7 +183,7 @@ to the correct directory path.
183183
:language: yaml
184184
:lines: 54-56
185185

186-
See also `Everest documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
186+
See also `EVEREST documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
187187

188188
To launch EVEREST, we can execute the following command in the directory with configuration file:
189189

@@ -212,7 +212,7 @@ In our case we can find optimization results in ``r{{configpath}}/../output/r{{c
212212
Well selection scenario in batch 0 is the chosen initial well selection scenario.
213213

214214
.. note::
215-
Depending on the choice of ``speculative`` option in ``optimization`` section, the calculations for current best solution and for the gradient might be split in multiple batches, see `Everest documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
215+
Depending on the choice of ``speculative`` option in ``optimization`` section, the calculations for current best solution and for the gradient might be split in multiple batches, see `EVEREST documentation <https://everest.readthedocs.io/en/latest/config_reference.html#>`_.
216216

217217
The :ref:`figure_objectives_ws` shows average objective function at the
218218
iterations of the optimization experiment (average NPV over all geological realizations).

tests/drogon/test_control_sensitivities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_control_sensitivities_simulation(capsys):
2020
try:
2121
everest_entry([str(config_path), "--skip-prompt"])
2222
except SystemExit as e:
23-
pytest.fail(f"Everest exited with SystemExit: {e}")
23+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
2424

2525
captured = capsys.readouterr()
26-
assert "Everest run finished with" in captured.out
26+
assert "EVEREST run finished with" in captured.out

tests/drogon/test_well_order.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_well_order_simulation(capsys):
1818
try:
1919
everest_entry([str(config_path), "--skip-prompt"])
2020
except SystemExit as e:
21-
pytest.fail(f"Everest exited with SystemExit: {e}")
21+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
2222

2323
captured = capsys.readouterr()
24-
assert "Everest run finished with" in captured.out
24+
assert "EVEREST run finished with" in captured.out

tests/drogon/test_well_rate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_well_rate_simulation(capsys):
1919
try:
2020
everest_entry([str(config_path), "--skip-prompt"])
2121
except SystemExit as e:
22-
pytest.fail(f"Everest exited with SystemExit: {e}")
22+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
2323

2424
captured = capsys.readouterr()
25-
assert "Everest run finished with" in captured.out
25+
assert "EVEREST run finished with" in captured.out

tests/drogon/test_well_selection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_well_selection_simulation(capsys):
2121
try:
2222
everest_entry([str(config_path), "--skip-prompt"])
2323
except SystemExit as e:
24-
pytest.fail(f"Everest exited with SystemExit: {e}")
24+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
2525

2626
captured = capsys.readouterr()
27-
assert "Everest run finished with" in captured.out
27+
assert "EVEREST run finished with" in captured.out

tests/drogon/test_well_swap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_well_swap_simulation(capsys):
1919
try:
2020
everest_entry([str(config_path), "--skip-prompt"])
2121
except SystemExit as e:
22-
pytest.fail(f"Everest exited with SystemExit: {e}")
22+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
2323

2424
captured = capsys.readouterr()
25-
assert "Everest run finished with" in captured.out
25+
assert "EVEREST run finished with" in captured.out

tests/drogon/test_well_trajectory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_well_trajectory_simulation(capsys):
3737
try:
3838
everest_entry([str(config_path), "--skip-prompt"])
3939
except SystemExit as e:
40-
pytest.fail(f"Everest exited with SystemExit: {e}")
40+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
4141

4242
captured = capsys.readouterr()
43-
assert "Everest run finished with" in captured.out
43+
assert "EVEREST run finished with" in captured.out

tests/egg/test_egg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_egg_simulation(capsys):
99
try:
1010
everest_entry(["data/egg/everest/model/egg.yml", "--skip-prompt"])
1111
except SystemExit as e:
12-
pytest.fail(f"Everest exited with SystemExit: {e}")
12+
pytest.fail(f"EVEREST exited with SystemExit: {e}")
1313

1414
captured = capsys.readouterr()
15-
assert "Everest run finished with" in captured.out
15+
assert "EVEREST run finished with" in captured.out

0 commit comments

Comments
 (0)