Skip to content

Commit c6bbe55

Browse files
committed
remove unused variable add pygame visualization
1 parent e86a327 commit c6bbe55

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/envs/gui/cluster/metric_cluster_gui.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,6 @@ def _draw_machines(
447447
machines_per_row * machine_width
448448
+ (machines_per_row - 1) * self.machine_spacing
449449
)
450-
total_grid_height = (
451-
n_rows * total_machine_height + (n_rows - 1) * self.machine_spacing
452-
)
453450

454451
# Starting position (centered horizontally, positioned below separator)
455452
start_x = (self._width - total_grid_width) // 2

0 commit comments

Comments
 (0)