Skip to content

Commit

Permalink
fixup suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Nov 27, 2024
1 parent 9d73f6b commit 15f7c24
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,7 @@ def fx_dataset(tmp_path, fx_data_cache, fx_alignments_fasta, fx_metadata_df):
sc2ts.Dataset.append_alignments(
fs_path, encoded_alignments(fx_alignments_fasta)
)
sc2ts.Dataset.add_metadata(
# The metadata we're using has been slightly massaged
# already to add more precise dates. Use the "date"
# field rather than original Collection_date.
fs_path,
fx_metadata_df,
date_field="date",
)
sc2ts.Dataset.add_metadata(fs_path, fx_metadata_df)
sc2ts.Dataset.create_zip(fs_path, cache_path)
return sc2ts.Dataset(cache_path)

Expand Down

0 comments on commit 15f7c24

Please sign in to comment.