From b78dc6244bc4cb4bcb1ade4ec3fe834522aa587f Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 15 May 2023 08:13:35 +0100 Subject: [PATCH] Fix documentation --- ai_models_panguweather/__init__.py | 2 +- tests/requirements.txt | 1 + tests/test_code.py | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/requirements.txt create mode 100644 tests/test_code.py diff --git a/ai_models_panguweather/__init__.py b/ai_models_panguweather/__init__.py index 44b886b..9cd73f5 100644 --- a/ai_models_panguweather/__init__.py +++ b/ai_models_panguweather/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 0000000..fd69f0b --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1 @@ +# Empty for now diff --git a/tests/test_code.py b/tests/test_code.py new file mode 100644 index 0000000..cdfd941 --- /dev/null +++ b/tests/test_code.py @@ -0,0 +1,10 @@ +# (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts. +# This software is licensed under the terms of the Apache Licence Version 2.0 +# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. +# In applying this licence, ECMWF does not waive the privileges and immunities +# granted to it by virtue of its status as an intergovernmental organisation +# nor does it submit to any jurisdiction. + + +def test_code(): + pass # Empty for now