From df83aae80a07e4cb10d049c7ebd966e53957c46c Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:40:16 +0200 Subject: [PATCH] unrelated: backends are defined or raise an exception --- ndsl/quantity/quantity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ndsl/quantity/quantity.py b/ndsl/quantity/quantity.py index a4f7bd52..3a75c685 100644 --- a/ndsl/quantity/quantity.py +++ b/ndsl/quantity/quantity.py @@ -83,7 +83,6 @@ def __init__( if gt4py_backend is not None: gt4py_backend_cls = gt_backend.from_name(gt4py_backend) - assert gt4py_backend_cls is not None is_optimal_layout = gt4py_backend_cls.storage_info["is_optimal_layout"] dimensions: Tuple[Union[str, int], ...] = tuple(