Skip to content

Commit

Permalink
reviewer's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
twicki committed Feb 26, 2025
1 parent 7bd7a97 commit 2901d4a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _local
/src/__init__.py
/tests/__init__.py
.gt_cache/
.gt_cache*/
.gt4py_cache/
.gt_cache_pytest*/

# DaCe
Expand Down
13 changes: 0 additions & 13 deletions src/gt4py/cartesian/backend/debug_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

from pathlib import Path
from typing import TYPE_CHECKING, Any, ClassVar, Type, Union
Expand Down
14 changes: 0 additions & 14 deletions src/gt4py/cartesian/gtc/debug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,3 @@
#
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
13 changes: 0 additions & 13 deletions src/gt4py/cartesian/gtc/debug/debug_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

from collections.abc import Generator
from contextlib import contextmanager
Expand Down
13 changes: 0 additions & 13 deletions src/gt4py/cartesian/utils/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause

# GT4Py - GridTools Framework
#
# Copyright (c) 2014-2023, ETH Zurich
# All rights reserved.
#
# This file is part of the GT4Py project and the GridTools framework.
# GT4Py is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or any later
# version. See the LICENSE.txt file at the top-level directory of this
# distribution for a copy of the license or check <https://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0-or-later

import numbers
from typing import Tuple
Expand Down

0 comments on commit 2901d4a

Please sign in to comment.