Skip to content

Commit ab6cecd

Browse files
committed
Emphasize realization-0 executed only
1 parent 8e7e56b commit ab6cecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ert/run_models/single_test_run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SingleTestRun(EnsembleExperiment):
1818
Single test is equivalent to EnsembleExperiment, in that it
1919
samples the prior and evaluates it.<br>There are two key differences:<br>
2020
1) Single test run always runs locally using the <b>local queue</b><br>
21-
2) Only a <b>single realization</b> is run<br>
21+
2) Only a <b>single realization</b> (realization-0) is run<br>
2222
"""
2323

2424
def __init__(

0 commit comments

Comments
 (0)