Skip to content

Commit

Permalink
remove specifying the separator
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyth94 committed Oct 18, 2024
1 parent 4590756 commit eaad9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packaged_modules/test_biodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def test_generate_tables_txt(self):
)
biodata = BioData(data_files=data_files)
biodata.INPUT_FEATURE = Abundance
reader = Csv(separator="\t")
reader = Csv()
file = self.csv_file
with self.assertLogs(
"biosets.packaged_modules.biodata.biodata", level="WARNING"
Expand Down

0 comments on commit eaad9fe

Please sign in to comment.