We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc52b5 commit 3ab9eb8Copy full SHA for 3ab9eb8
1 file changed
bottleneck/include/iterators.h
@@ -87,9 +87,6 @@ static inline void init_iter_all(iter *it, PyArrayObject *a, int ravel, int anyo
87
it->nits = 1;
88
it->a_ravel = NULL;
89
90
- /* The fix for relaxed strides checking in numpy and the fix for
91
- * issue #183 has left this if..else tree in need of a refactor from the
92
- * the ground up */
93
if (ndim == 1) {
94
it->ndim_m2 = -1;
95
it->length = shape[0];
0 commit comments