Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sewell authored and rdbisme committed Feb 22, 2022
1 parent 0cc52b5 commit 3ab9eb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bottleneck/include/iterators.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ static inline void init_iter_all(iter *it, PyArrayObject *a, int ravel, int anyo
it->nits = 1;
it->a_ravel = NULL;

/* The fix for relaxed strides checking in numpy and the fix for
* issue #183 has left this if..else tree in need of a refactor from the
* the ground up */
if (ndim == 1) {
it->ndim_m2 = -1;
it->length = shape[0];
Expand Down

0 comments on commit 3ab9eb8

Please sign in to comment.