style: auto-format from pre-push hooks

This commit is contained in:
Oleks
2026-07-08 20:53:31 +03:00
parent 768ce376b0
commit 4016f7855d
+8 -2
View File
@@ -166,8 +166,14 @@ def peak_ram_gb_per_node(
if not nodes:
return 0.0
_, sched = schedule_for(
closure, preds, nodes, cores=cores, machines=machines,
history=history, max_jobs=max_jobs, node_ram_gb=None,
closure,
preds,
nodes,
cores=cores,
machines=machines,
history=history,
max_jobs=max_jobs,
node_ram_gb=None,
)
gb = {d: costmodel.ram_gb(d, closure.get(d)) for d in nodes}
peak = 0.0