Skip to content

Commit 47895f2

Browse files
authored
Fix bug with multiple compute_kwargs with Dask (#886)
1 parent 799200d commit 47895f2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cubed/runtime/executors/dask.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def execute_dag(
7171
callbacks: Optional[Sequence[Callback]] = None,
7272
spec: Optional[Spec] = None,
7373
compute_id: Optional[str] = None,
74-
compute_kwargs: Optional[Dict[str, Any]] = None,
7574
**kwargs,
7675
) -> None:
7776
merged_kwargs = {**self.kwargs, **kwargs}
@@ -80,7 +79,6 @@ def execute_dag(
8079
dag,
8180
callbacks=callbacks,
8281
spec=spec,
83-
compute_kwargs=compute_kwargs,
8482
compute_id=compute_id,
8583
**merged_kwargs,
8684
)

0 commit comments

Comments
 (0)