Skip to content

Commit

Permalink
Fixing Black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Nov 30, 2023
1 parent d410a25 commit c7e8df5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions regridding/_find_indices/_find_indices_searchsorted.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ def _find_indices_searchsorted_1d(
result_di = fill_value
result_d[i] = result_di


# result_d = result_d - 1
# result_d[result_d < 0] = fill_value
# result_d[result_d >= num_m] = fill_value
result[d] = result_d

return (result,)

0 comments on commit c7e8df5

Please sign in to comment.