From f59cb0dae9b8fd5888dc20d9809835523a296e70 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 18 Jan 2021 08:38:58 +0000 Subject: [PATCH] tidy --- climetlab/__init__.py | 2 +- dataset-example.svg | 186 -------------- datasource-example.svg | 243 ------------------ plotting-attributes.svg | 549 ---------------------------------------- tests/test_notebooks.py | 2 +- 5 files changed, 2 insertions(+), 980 deletions(-) delete mode 100644 dataset-example.svg delete mode 100644 datasource-example.svg delete mode 100644 plotting-attributes.svg diff --git a/climetlab/__init__.py b/climetlab/__init__.py index 5acce219..781bf8da 100644 --- a/climetlab/__init__.py +++ b/climetlab/__init__.py @@ -25,7 +25,7 @@ # import logging -__version__ = "0.1.6" +__version__ = "0.1.7" # if ipython_active: diff --git a/dataset-example.svg b/dataset-example.svg deleted file mode 100644 index 63192bf6..00000000 --- a/dataset-example.svg +++ /dev/null @@ -1,186 +0,0 @@ - - -Magics plot - - - image/svg+xml - Magics plot - baudouin on Baudouins-iMac-3.local - Mon Nov 9 09:42:56 2020 - en-GB - - Magics 4.5.1 (64 bit) - - Plot of meteorological data - - - - -Coastline - - - - - -Coastline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -no_name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - diff --git a/datasource-example.svg b/datasource-example.svg deleted file mode 100644 index d721ad3b..00000000 --- a/datasource-example.svg +++ /dev/null @@ -1,243 +0,0 @@ - - -Magics plot - - - image/svg+xml - Magics plot - baudouin on Baudouins-iMac-3.local - Mon Nov 9 09:42:57 2020 - en-GB - - Magics 4.5.1 (64 bit) - - Plot of meteorological data - - - - -Coastline - - - - - -Coastline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -no_name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - diff --git a/plotting-attributes.svg b/plotting-attributes.svg deleted file mode 100644 index 922840ad..00000000 --- a/plotting-attributes.svg +++ /dev/null @@ -1,549 +0,0 @@ - - -Magics plot - - - image/svg+xml - Magics plot - baudouin on Baudouins-iMac-3.local - Mon Nov 9 09:43:02 2020 - en-GB - - Magics 4.5.1 (64 bit) - - Plot of meteorological data - - - - -Coastline - - - - - -Coastline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -StaticLayer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - - - - - - - - - - -Coastline - - - - - - - - - - - - - diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index ccca671c..c89e2443 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -53,7 +53,7 @@ def notebooks_list(): @pytest.mark.skipif( - sys.platform.startswith("win"), reason="Cannot execute notebookds on Windows" + sys.platform == "win32", reason="Cannot execute notebookds on Windows" ) @pytest.mark.parametrize("path", notebooks_list()) def test_notebook(path):