From bad194ae3bed059c1493dd79173fd1c5f0a84420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Eide?= Date: Wed, 16 Aug 2023 10:25:30 +0200 Subject: [PATCH] Replace 0 as observation error 0 is not valid for an error as that causes problems for the update algorithm. --- tests/jobs/rft/test_gendata_rft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jobs/rft/test_gendata_rft.py b/tests/jobs/rft/test_gendata_rft.py index 61783742..9cbfe9c3 100644 --- a/tests/jobs/rft/test_gendata_rft.py +++ b/tests/jobs/rft/test_gendata_rft.py @@ -624,7 +624,7 @@ def test_ert_setup_one_well_two_points_different_time_and_depth(tmpdir): ) # Chosen filename syntax for obs file: _.obs - Path("observations/OP_1_1.obs").write_text("304 1\n-1 0\n", encoding="utf-8") + Path("observations/OP_1_1.obs").write_text("304 1\n-1 0.1\n", encoding="utf-8") Path("observations/OP_1_2.obs").write_text("-1 0.1\n249 1\n", encoding="utf-8") # measured pressure, abs error