style: auto-format from pre-push hooks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user