Skip to content

Commit

Permalink
CLN: Removed not necessary bn switch decorator on nansum (pandas-dev#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximiliano Greco authored and TomAugspurger committed Mar 29, 2018
1 parent 36ac1dd commit eb095af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/nanops.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def nanall(values, axis=None, skipna=True):


@disallow('M8')
@bottleneck_switch()
def nansum(values, axis=None, skipna=True, min_count=0):
values, mask, dtype, dtype_max = _get_values(values, skipna, 0)
dtype_sum = dtype_max
Expand Down

0 comments on commit eb095af

Please sign in to comment.