8000 remove line 82 · scikit-learn/scikit-learn@466622c · GitHub
[go: up one dir, main page]

Skip to content

Commit 466622c

Browse files
committed
remove line 82
1 parent 5e76ebd commit 466622c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/_isotonic.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def _make_unique(const floating[:] X,
7979
dtype = np.float64
8080

8181
cdef floating[::1] y_out = np.empty(unique_values, dtype=dtype)
82-
8382
cdef floating[::1] x_out = np.empty_like(y_out)
8483
cdef floating[::1] weights_out = np.empty_like(y_out)
8584

0 commit comments

Comments
 (0)
0