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 f2c2a88 commit 9d37183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woltka/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def test_write_profiles(self):
fp = join(self.tmpdir, 'free.biom')
obs = load_table(fp).to_dataframe(dense=True).astype(int)
exp = pd.DataFrame([[3, 1], [0, 2]], index=['Ecoli', 'Strep'],
columns=['S1', 'S2'])
columns=['S1', 'S2']).astype(int)
assert_frame_equal(obs, exp)
remove(fp)

Expand Down

0 comments on commit 9d37183

Please sign in to comment.