From d63a0f01679c3f22f7d1053bfaed31b49693a543 Mon Sep 17 00:00:00 2001 From: Florian Deconinck Date: Fri, 25 Aug 2023 15:52:57 -0400 Subject: [PATCH] Lint --- dsl/pace/dsl/caches/codepath.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dsl/pace/dsl/caches/codepath.py b/dsl/pace/dsl/caches/codepath.py index c80bac48..8ebf9492 100644 --- a/dsl/pace/dsl/caches/codepath.py +++ b/dsl/pace/dsl/caches/codepath.py @@ -5,7 +5,8 @@ class FV3CodePath(enum.Enum): """Enum listing all possible code paths on a cube sphere. For any layout the cube sphere has up to 9 different code paths depending on the positioning of the rank on the tile and which of the edge/corner cases - it has to handle, as well as the possibility for all boundary computations in the 1x1 layout case. + it has to handle, as well as the possibility for all boundary computations in + the 1x1 layout case. Since the framework inlines code to optimize, we _cannot_ pre-suppose which code being kept and/or ejected. This enum serves as the ground truth to map rank to the proper generated code.