We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86a327 commit c6bbe55Copy full SHA for c6bbe55
1 file changed
src/envs/gui/cluster/metric_cluster_gui.py
@@ -447,9 +447,6 @@ def _draw_machines(
447
machines_per_row * machine_width
448
+ (machines_per_row - 1) * self.machine_spacing
449
)
450
- total_grid_height = (
451
- n_rows * total_machine_height + (n_rows - 1) * self.machine_spacing
452
- )
453
454
# Starting position (centered horizontally, positioned below separator)
455
start_x = (self._width - total_grid_width) // 2
0 commit comments