Skip to content

Commit

Permalink
Remove commented out line of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser authored and pv committed Jun 9, 2012
1 parent 7022584 commit 6140d19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scipy/stats/_rank.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def rankdata(a):
@cython.boundscheck(False)
@cython.cdivision(True)
def tiecorrect(rankvals):
##def tiecorrect(np.ndarray[np.float64_t, ndim=1] rankvals):
"""
tiecorrect(rankvals)
Expand Down

0 comments on commit 6140d19

Please sign in to comment.