Skip to content

Commit

Permalink
Stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 25, 2018
1 parent c449afd commit 82cad8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,6 @@ def take(arr, indexer, allow_fill=False, fill_value=None):

if allow_fill:
# Pandas style, -1 means NA
# Use for bounds checking, we don't actually want to convert.
validate_indices(indexer, len(arr))
result = take_1d(arr, indexer, allow_fill=True, fill_value=fill_value)
else:
Expand Down

0 comments on commit 82cad8b

Please sign in to comment.