Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpear committed Mar 1, 2022
1 parent f131d0e commit 94272c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions q2_katharoseq/tests/test_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ def test_estimating_biomass(self):
def test_biomass_plot(self):
fp = join(dirname(abspath(getfile(currentframe()))), 'support_files')

data = pd.read_csv(
f'{fp}/input_estimating_biomass.tsv', sep='\t', dtype={
'sample_name': str, 'total_reads': float,
'control_cell_into_extraction': float,
'extraction_mass_g': float,
'positive_control': str})

data = qiime2.Metadata.load(f'{fp}/input_estimating_biomass.tsv')

with tempfile.TemporaryDirectory() as output_dir:
Expand Down

0 comments on commit 94272c6

Please sign in to comment.