8000 MNT remove Cython compiler directives due to #21512 · lorentzenchr/scikit-learn@7e0f812 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e0f812

Browse files
committed
MNT remove Cython compiler directives due to scikit-learn#21512
1 parent 95d3fc9 commit 7e0f812

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sklearn/_loss/_loss.pyx.tp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ WARNING: Do not edit `sklearn/_loss/_loss.pyx` file directly, as it is generated
162162
"""
163163
#------------------------------------------------------------------------------
164164

165-
# cython: cdivision=True
166-
# cython: boundscheck=False
167-
# cython: wraparound=False
168-
# cython: language_level=3
169-
170165
# Design:
171166
# See https://github.com/scikit-learn/scikit-learn/issues/15123 for reasons.
172167
# a) Merge link functions into loss functions for speed and numerical

0 commit comments

Comments
 (0)
0