You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"het_group_indices must be the same length as the number of tasks"
377
+
)
378
378
assertall(
379
379
x<=y
380
380
forx, yinzip(
@@ -858,9 +858,9 @@ def materialize(self) -> str:
858
858
859
859
sbatch_flags= []
860
860
ifself.executor.heterogeneous:
861
-
assert (
862
-
len(self.jobs)==len(self.executor.resource_group)
863
-
), f"Number of jobs {len(self.jobs)} must match number of resource group requests {len(self.executor.resource_group)}.\nIf you are just submitting a single job, make sure that heterogeneous=False in the executor."
f"Number of jobs {len(self.jobs)} must match number of resource group requests {len(self.executor.resource_group)}.\nIf you are just submitting a single job, make sure that heterogeneous=False in the executor."
0 commit comments