Skip to content

Commit 548c70a

Browse files
committed
remove unused variable
1 parent 21b204f commit 548c70a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

create_alpha_patchwork.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ def create_patchwork(
163163
# Calculate patchwork dimensions
164164
patchwork_rows = (len(alpha_grids) + patchwork_cols - 1) // patchwork_cols
165165

166-
# Get dimensions of a single grid
167-
grid_width, grid_height = alpha_grids[0].size
168-
169166
# Create final patchwork with matplotlib for better control and labels
170167
fig_width = patchwork_cols * 4
171168
fig_height = patchwork_rows * 4

0 commit comments

Comments
 (0)