From 9152754df69ed60604bb45fd7125c3a7b4a45214 Mon Sep 17 00:00:00 2001 From: "Oddvar Lia (ST MSU GEO)" Date: Mon, 30 Oct 2023 09:52:30 +0100 Subject: [PATCH] test --- .../jobs/localisation/example_case/scripts/common_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/jobs/localisation/example_case/scripts/common_functions.py b/tests/jobs/localisation/example_case/scripts/common_functions.py index 03a0f4fef..17f25d053 100644 --- a/tests/jobs/localisation/example_case/scripts/common_functions.py +++ b/tests/jobs/localisation/example_case/scripts/common_functions.py @@ -24,7 +24,7 @@ class GridSize: containing upscaled values of the simulated field. """ - xsize: float = 7500.0 + xsize: float = 8500.0 ysize: float = 12500.0 # xsize: float = 7500.0 # ysize: float = 7500.0