Skip to content

Commit

Permalink
resolving...
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyunzhu committed Oct 8, 2024
1 parent 4d8a1a2 commit 2dfcbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion woltka/tests/test_biom.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def test_table_to_biom(self):
'G5\t0\t7\t5\t\t\t\n'),
sep='\t', index_col=0, na_filter=False)
assert_frame_equal(
obs.to_dataframe(dense=True).astype(int), exp.iloc[:, :3].astype(int))
obs.to_dataframe(dense=True).astype(int),
exp.iloc[:, :3].astype(int))
assert_frame_equal(
obs.metadata_to_dataframe('observation')[[
'Name', 'Rank', 'Lineage']], exp.iloc[:, -3:])
Expand Down

0 comments on commit 2dfcbce

Please sign in to comment.