From 03111f1a280063fdbffcc19538e3546dfd38c917 Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Mon, 8 Jan 2024 11:16:32 -0500 Subject: [PATCH] r.in.gdal: fix and enable test (#3339) --- .github/workflows/macos_gunittest.cfg | 1 - .gunittest.cfg | 1 - raster/r.in.gdal/testsuite/test_r_in_gdal.py | 16 ++++++++-------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/macos_gunittest.cfg b/.github/workflows/macos_gunittest.cfg index 65c839474c1..aac2e4d78f7 100644 --- a/.github/workflows/macos_gunittest.cfg +++ b/.github/workflows/macos_gunittest.cfg @@ -16,7 +16,6 @@ exclude = python/grass/script/testsuite/test_script_doctests.py python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py - raster/r.in.gdal/testsuite/test_r_in_gdal.py raster/r.in.lidar/testsuite/test_base_resolution.sh raster/r.in.lidar/testsuite/test_base_resolution.sh raster/r.in.pdal/testsuite/test_r_in_pdal_binning.py diff --git a/.gunittest.cfg b/.gunittest.cfg index 19c2cc950dd..01b06c78913 100644 --- a/.gunittest.cfg +++ b/.gunittest.cfg @@ -16,7 +16,6 @@ exclude = python/grass/script/testsuite/test_script_doctests.py python/grass/temporal/testsuite/unittests_temporal_raster_algebra_equal_ts.py python/grass/temporal/testsuite/unittests_temporal_raster_conditionals_complement_else.py - raster/r.in.gdal/testsuite/test_r_in_gdal.py raster/r.in.lidar/testsuite/test_base_resolution.sh raster/r.in.lidar/testsuite/test_base_resolution.sh scripts/g.search.modules/testsuite/test_g_search_modules.py diff --git a/raster/r.in.gdal/testsuite/test_r_in_gdal.py b/raster/r.in.gdal/testsuite/test_r_in_gdal.py index 1776c5ab945..3e3f6bcd554 100644 --- a/raster/r.in.gdal/testsuite/test_r_in_gdal.py +++ b/raster/r.in.gdal/testsuite/test_r_in_gdal.py @@ -146,8 +146,8 @@ def test_netCDF_3d_1(self): # Output of r.info info_string = """north=228500 south=215000 - east=644640 - west=629640 + east=645000 + west=630000 nsres=100 ewres=100 rows=135 @@ -186,8 +186,8 @@ def test_netCDF_3d_2(self): # Output of r.info info_string = """north=228500 south=215000 - east=644640 - west=629640 + east=645000 + west=630000 nsres=100 ewres=100 rows=135 @@ -226,8 +226,8 @@ def test_netCDF_3d_3(self): # Output of r.info info_string = """north=228500 south=215000 - east=644640 - west=629640 + east=645000 + west=630000 nsres=100 ewres=100 rows=135 @@ -266,8 +266,8 @@ def test_netCDF_3d_4(self): # Output of r.info info_string = """north=228500 south=215000 - east=644640 - west=629640 + east=645000 + west=630000 nsres=100 ewres=100 rows=135