Skip to content

Commit

Permalink
SQUASH: changed comment and comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Rod committed Sep 6, 2019
1 parent 5a69ca7 commit ce717c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions q2_types/sample_data/tests/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ def test_pd_series_to_alpha_diversity_format(self):
name='shannon', index=exp_index)

obs = transformer(exp)
'''
Squeeze equals true in function call below to convert single column
dataframe to series
'''

# Squeeze equals true in function call below to return series instead
# of dataframe
obs = pd.read_csv(str(obs), sep='\t', header=0, index_col=0,
squeeze=True)

Expand Down

0 comments on commit ce717c4

Please sign in to comment.