Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Sep 3, 2024
1 parent d7f28fd commit 7ad1ab9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions q2_moshpit/busco/tests/test_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ def test_collate_busco_results(self):

collated_busco_result = collate_busco_results(busco_results)

obs = pd.read_csv(os.path.join(str(collated_busco_result), "busco_results.tsv"))
exp = pd.read_csv(self.get_data_path("busco_results/collated/busco_results.tsv"))
obs = pd.read_csv(
os.path.join(str(collated_busco_result), "busco_results.tsv"))
exp = pd.read_csv(
self.get_data_path("busco_results/collated/busco_results.tsv"))

pd.testing.assert_frame_equal(obs, exp)

0 comments on commit 7ad1ab9

Please sign in to comment.