We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799200d commit 47895f2Copy full SHA for 47895f2
1 file changed
cubed/runtime/executors/dask.py
@@ -71,7 +71,6 @@ def execute_dag(
71
callbacks: Optional[Sequence[Callback]] = None,
72
spec: Optional[Spec] = None,
73
compute_id: Optional[str] = None,
74
- compute_kwargs: Optional[Dict[str, Any]] = None,
75
**kwargs,
76
) -> None:
77
merged_kwargs = {**self.kwargs, **kwargs}
@@ -80,7 +79,6 @@ def execute_dag(
80
79
dag,
81
callbacks=callbacks,
82
spec=spec,
83
- compute_kwargs=compute_kwargs,
84
compute_id=compute_id,
85
**merged_kwargs,
86
)
0 commit comments