We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7e56b commit ab6cecdCopy full SHA for ab6cecd
src/ert/run_models/single_test_run.py
@@ -18,7 +18,7 @@ class SingleTestRun(EnsembleExperiment):
18
Single test is equivalent to EnsembleExperiment, in that it
19
samples the prior and evaluates it.<br>There are two key differences:<br>
20
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>
+ 2) Only a <b>single realization</b> (realization-0) is run<br>
22
"""
23
24
def __init__(
0 commit comments