Skip to content

Commit

Permalink
Update pyclesperanto/_interroperability.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stephane Rigaud <[email protected]>
  • Loading branch information
haesleinhuepf and StRigaud authored Oct 16, 2024
1 parent cec6e06 commit c74e798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclesperanto/_interroperability.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def affine_transform(
)


def set_wait_for_kernel_finish(wait_for_kernel_finish=True):
def set_wait_for_kernel_finish(wait: bool =True):
warnings.warn(
"set_wait_for_kernel_finish : This method is deprecated. Consider using wait_for_kernel_to_finish() instead.",
DeprecationWarning,
Expand Down

0 comments on commit c74e798

Please sign in to comment.