Skip to content

Commit 54dc454

Browse files
committed
Disabling line tracing in dpnp/dpnp_utils/dpnp_algo_utils.pyx
1 parent a37fadb commit 54dc454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_algo_utils.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cython: language_level=3
2-
# cython: linetrace=True
2+
# cython: linetrace=False
33
# -*- coding: utf-8 -*-
44
# *****************************************************************************
55
# Copyright (c) 2016-2025, Intel Corporation

0 commit comments

Comments
 (0)