From d71f45e2e196f41ebd82e9447a82b3af3c445252 Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 18 Jun 2024 10:43:10 +0200 Subject: [PATCH 1/3] Remove transect from testsuite --- testsuite/test_transect.py => remove_test_transect.py | 0 testsuite/README.md | 2 +- transect/README.md | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) rename testsuite/test_transect.py => remove_test_transect.py (100%) diff --git a/testsuite/test_transect.py b/remove_test_transect.py similarity index 100% rename from testsuite/test_transect.py rename to remove_test_transect.py diff --git a/testsuite/README.md b/testsuite/README.md index 524b398..63e24a3 100644 --- a/testsuite/README.md +++ b/testsuite/README.md @@ -4,7 +4,7 @@ This folder contains files for testing if all provided scripts are running. Three different config files are tested together with two different netcdf files. This test is done automatically once a week and an email is sent to _annika.lauber@c2sm.ethz.ch_ in case a test fails. You can run the tests yourself from the main folder (make sure all requirements are installed first): - pytest testsuite/test*.py + pytest testsuite/test_*.py It is also possible to just test single scripts like mapplot.py by running diff --git a/transect/README.md b/transect/README.md index 61918f9..1dcb5eb 100644 --- a/transect/README.md +++ b/transect/README.md @@ -1,6 +1,7 @@ # Transect +> Note that there is currently a compatibility issue between different psyplot packages: [ModuleNotFoundError: No module named 'psyplot.compat' #62](https://github.com/psyplot/psyplot/issues/62) -This folder contains an example to plot transects on an ICON grid and was kindly provided by Philipp Sommer. It contains supplementary files to [O2A-Jourfix](https://github.com/Chilipp/psyplot-O2A-Jourfix-20210224), namely a demonstration of the [psy-transect package](https://github.com/psyplot/psy-transect) with an ICON file. Note that psy-transect is still under development and has no official release yet. +This folder contains an example to plot transects on an ICON grid and was kindly provided by Philipp Sommer. It contains supplementary files to [O2A-Jourfix](https://github.com/Chilipp/psyplot-O2A-Jourfix-20210224), namely a demonstration of the [psy-transect package](https://github.com/psyplot/psy-transect) with an ICON file. To create the example plot below, once you have already downloaded the example data, `cd transect` and run: From ebafee882613d4130fea6765ffcf2c1951ec87ef Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 18 Jun 2024 11:55:56 +0200 Subject: [PATCH 2/3] unddo unnecessary change --- testsuite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/README.md b/testsuite/README.md index 63e24a3..524b398 100644 --- a/testsuite/README.md +++ b/testsuite/README.md @@ -4,7 +4,7 @@ This folder contains files for testing if all provided scripts are running. Three different config files are tested together with two different netcdf files. This test is done automatically once a week and an email is sent to _annika.lauber@c2sm.ethz.ch_ in case a test fails. You can run the tests yourself from the main folder (make sure all requirements are installed first): - pytest testsuite/test_*.py + pytest testsuite/test*.py It is also possible to just test single scripts like mapplot.py by running From 11e1aed9453d23419629b873ee68ab68d79bccfd Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 25 Jun 2024 10:19:19 +0200 Subject: [PATCH 3/3] Move test file into testsuite folder --- remove_test_transect.py => testsuite/remove_test_transect.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename remove_test_transect.py => testsuite/remove_test_transect.py (100%) diff --git a/remove_test_transect.py b/testsuite/remove_test_transect.py similarity index 100% rename from remove_test_transect.py rename to testsuite/remove_test_transect.py