From 9b09ac0ee003042fd652890011cebb4af0aa01cd Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Wed, 18 Dec 2024 23:13:11 +0100 Subject: [PATCH] touch files to trigger tests --- src/gt4py/cartesian/__init__.py | 2 ++ src/gt4py/next/__init__.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/gt4py/cartesian/__init__.py b/src/gt4py/cartesian/__init__.py index 90df315d5c..28282a24c6 100644 --- a/src/gt4py/cartesian/__init__.py +++ b/src/gt4py/cartesian/__init__.py @@ -6,6 +6,8 @@ # Please, refer to the LICENSE file in the root directory. # SPDX-License-Identifier: BSD-3-Clause +# TODO touch file to trigger tests + """Python API to develop performance portable applications for weather and climate.""" import typing diff --git a/src/gt4py/next/__init__.py b/src/gt4py/next/__init__.py index 4fa9215706..d5d5749299 100644 --- a/src/gt4py/next/__init__.py +++ b/src/gt4py/next/__init__.py @@ -6,6 +6,8 @@ # Please, refer to the LICENSE file in the root directory. # SPDX-License-Identifier: BSD-3-Clause +# TODO touch file to trigger tests + """ GT4Py-NEXT - Performance portable and composable weather & climate stencils.