From f7fef1339be7d3618aac817b3fd13c3b07dcd9a9 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Wed, 16 Oct 2024 13:57:10 +0200 Subject: [PATCH] Update pyclesperanto/_interroperability.py Co-authored-by: Stephane Rigaud --- pyclesperanto/_interroperability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyclesperanto/_interroperability.py b/pyclesperanto/_interroperability.py index 5b818d18..5b45a446 100644 --- a/pyclesperanto/_interroperability.py +++ b/pyclesperanto/_interroperability.py @@ -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):