Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mataton committed Dec 3, 2024
1 parent c6a72e0 commit 2a297f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biom/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3232,6 +3232,7 @@ def rankdata(self, axis='sample', inplace=True, method='average'):
"""
import scipy.stats

def f(val, id_, _):
return scipy.stats.rankdata(val, method=method)
return self.transform(f, axis=axis, inplace=inplace)
Expand Down

0 comments on commit 2a297f5

Please sign in to comment.