diff --git a/dpctl/tensor/_set_functions.py b/dpctl/tensor/_set_functions_debug.py similarity index 100% rename from dpctl/tensor/_set_functions.py rename to dpctl/tensor/_set_functions_debug.py diff --git a/pyproject.toml b/pyproject.toml index 5882128dab..c039d3844b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ source = [ omit = [ "dpctl/tests/*", "dpctl/_version.py", + "dpctl/tensor/_set_functions_debug.py", "*/_cython_api*/stringsource", ]