Skip to content

Commit

Permalink
Actually fixes biocore#2009
Browse files Browse the repository at this point in the history
  • Loading branch information
wdwvt1 committed May 15, 2015
1 parent 4361034 commit d60dd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/observation_metadata_correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def main():

# sort the biom table so that feature values are retrieved in the same
# order as the metadata in the samples they correspond to
nbt.sort(sort_f = lambda _: samples_to_correlate, axis='sample')
nbt = nbt.sort(sort_f = lambda _: samples_to_correlate, axis='sample')

if nbt.shape[1] <= 3:
option_parser.error(filtration_error_text)
Expand Down

0 comments on commit d60dd24

Please sign in to comment.