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 c74e798 commit f7fef13
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 @@ -83,7 +83,7 @@ def set_wait_for_kernel_finish(wait: bool =True):
"set_wait_for_kernel_finish : This method is deprecated. Consider using wait_for_kernel_to_finish() instead.",
DeprecationWarning,
)
wait_for_kernel_to_finish(wait_for_kernel_finish)
wait_for_kernel_to_finish(wait)


def clip(a, a_min, a_max, out=None):
Expand Down

0 comments on commit f7fef13

Please sign in to comment.