diff --git a/examples/lap_cartesian_vs_next.ipynb b/examples/lap_cartesian_vs_next.ipynb index 7da35c16a9..cb80122570 100644 --- a/examples/lap_cartesian_vs_next.ipynb +++ b/examples/lap_cartesian_vs_next.ipynb @@ -110,18 +110,7 @@ "cell_type": "code", "execution_count": 3, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/vogtha/git/gt4py/src/gt4py/cartesian/stencil_object.py:420: UserWarning: The layout of the field 'inp' is not recommended for this backend.This may lead to performance degradation. Please consider using theprovided allocators in `gt4py.storage`.\n", - " warnings.warn(\n", - "/home/vogtha/git/gt4py/src/gt4py/cartesian/stencil_object.py:420: UserWarning: The layout of the field 'out' is not recommended for this backend.This may lead to performance degradation. Please consider using theprovided allocators in `gt4py.storage`.\n", - " warnings.warn(\n" - ] - } - ], + "outputs": [], "source": [ "import gt4py.cartesian.gtscript as gtscript\n", "\n", diff --git a/src/gt4py/next/common.py b/src/gt4py/next/common.py index a053e6f808..10c3e08321 100644 --- a/src/gt4py/next/common.py +++ b/src/gt4py/next/common.py @@ -596,9 +596,7 @@ def __gt_dims__(self) -> tuple[str, ...]: @extended_runtime_checkable -class Field( - GTFieldInterface, Protocol[DimsT, core_defs.ScalarT] -): +class Field(GTFieldInterface, Protocol[DimsT, core_defs.ScalarT]): __gt_builtin_func__: ClassVar[GTBuiltInFuncDispatcher] @property