From ab8e3c18c2a2fd4fa5d60275916ac33aef5fa6dd Mon Sep 17 00:00:00 2001 From: "Oddvar Lia (ST MSU GEO)" Date: Mon, 18 Dec 2023 11:44:30 +0100 Subject: [PATCH] Updated doc-string for test_full.py --- tests/jobs/localisation/example_case/test_full.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/jobs/localisation/example_case/test_full.py b/tests/jobs/localisation/example_case/test_full.py index 64980844d..a702ba0c7 100644 --- a/tests/jobs/localisation/example_case/test_full.py +++ b/tests/jobs/localisation/example_case/test_full.py @@ -2,14 +2,14 @@ Test of full workflow using non-adaptive localisation - Gaussian fields are simulated - Response variables are upscaled values of simulated gaussian fields -- Some selected positions within the upscaled grid is used to extract +- Some selected positions within the upscaled grid are used to extract synthetic observations. - Localisation config file is generated. - Running ERT using the generated localisation file. -- The ERT forward model (simulating gaussian fields, - and upscale it is done using the script sim_fields.py) +- The ERT forward model (simulating and upscaling gaussian fields + is done by the script 'sim_fields.py') - For iteration > 0, the updated field parameter is imported from ERT - and upscaled and predictions of observed values are extracted and + and upscaled. Predictions of observed values are extracted and saved to ERT using GEN_DATA keyword. - The final intial and updated ensemble is used when comparing with reference values for the field. One selected realization is used