From 8e6ecd3c99327e120e427800a627d767a5367aa4 Mon Sep 17 00:00:00 2001 From: "Edward.Safford" Date: Thu, 27 Jun 2024 16:50:30 +0000 Subject: [PATCH 1/4] Ref #194 Fixed. --- src/eva/data/mon_data_space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eva/data/mon_data_space.py b/src/eva/data/mon_data_space.py index 1f9f8e4c..a49dfff1 100644 --- a/src/eva/data/mon_data_space.py +++ b/src/eva/data/mon_data_space.py @@ -883,7 +883,7 @@ def get_dim_ranges(self, coords, dims, channo, datatypes): if dims['ydef'] > 0: y_range = channo if coords['ydef'] == 'Channel' else np.arange(1, dims['ydef']+1) - if dims['zdef'] > 1: + if dims['zdef'] > 0: z_range = np.arange(1, dims['zdef']+1) return x_range, y_range, z_range From 1beac332c317f2611eb71ab6981d7950784aeb96 Mon Sep 17 00:00:00 2001 From: "Edward.Safford" Date: Thu, 27 Jun 2024 17:22:07 +0000 Subject: [PATCH 2/4] Ref #194 Maybe fix CI error. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6cd7194..3bf24c9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ setuptools>=59.4.0 pyyaml>=6.0 pycodestyle>=2.8.0 netCDF4>=1.5.3 -matplotlib>=3.7.1 +matplotlib>=3.9.0 cartopy>=0.21.1 scipy>=1.9.3 xarray>=2022.3.0 From 37058c27939e0cb90d49a14b48be41852f39b9c8 Mon Sep 17 00:00:00 2001 From: "Edward.Safford" Date: Thu, 27 Jun 2024 17:38:23 +0000 Subject: [PATCH 3/4] Ref #194 Maybe fix CI issues now. --- requirements-github.txt | 2 +- requirements_emc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-github.txt b/requirements-github.txt index 2ea4f668..5d18e8c9 100644 --- a/requirements-github.txt +++ b/requirements-github.txt @@ -1,7 +1,7 @@ pyyaml>=6.0 pycodestyle>=2.9.1 netCDF4>=1.6.1 -matplotlib==3.5.2 +matplotlib==3.9.0 cartopy>=0.21.1 scikit-learn>=1.1.2 xarray>=2022.6.0 diff --git a/requirements_emc.txt b/requirements_emc.txt index 7b52934d..590005ea 100644 --- a/requirements_emc.txt +++ b/requirements_emc.txt @@ -2,7 +2,7 @@ setuptools>=59.4.0 pyyaml>=6.0 pycodestyle>=2.8.0 netCDF4>=1.5.3 -matplotlib>=3.7.1 +matplotlib>=3.9.0 cartopy>=0.21.1 scipy>=1.9.3 xarray>=2022.3.0 From de46c3a9d81999f14c103403937546e1fe5a7528 Mon Sep 17 00:00:00 2001 From: "Edward.Safford" Date: Thu, 27 Jun 2024 17:43:19 +0000 Subject: [PATCH 4/4] Ref #194 Retry CI fix. --- requirements-github.txt | 2 +- requirements.txt | 2 +- requirements_emc.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-github.txt b/requirements-github.txt index 5d18e8c9..86261084 100644 --- a/requirements-github.txt +++ b/requirements-github.txt @@ -1,7 +1,7 @@ pyyaml>=6.0 pycodestyle>=2.9.1 netCDF4>=1.6.1 -matplotlib==3.9.0 +matplotlib==3.7.1 cartopy>=0.21.1 scikit-learn>=1.1.2 xarray>=2022.6.0 diff --git a/requirements.txt b/requirements.txt index b37f1eac..81eeb490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ setuptools>=59.4.0 pyyaml>=6.0 pycodestyle>=2.8.0 netCDF4>=1.5.3 -matplotlib>=3.9.0 +matplotlib>=3.7.1 cartopy>=0.21.1 scipy>=1.9.3 xarray>=2022.3.0 diff --git a/requirements_emc.txt b/requirements_emc.txt index 590005ea..7b52934d 100644 --- a/requirements_emc.txt +++ b/requirements_emc.txt @@ -2,7 +2,7 @@ setuptools>=59.4.0 pyyaml>=6.0 pycodestyle>=2.8.0 netCDF4>=1.5.3 -matplotlib>=3.9.0 +matplotlib>=3.7.1 cartopy>=0.21.1 scipy>=1.9.3 xarray>=2022.3.0