Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Sep 30, 2024
1 parent ec7cc23 commit 9f85a0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ def test_first_day(self, tmp_path, fx_ts_map, fx_alignment_store, fx_metadata_db
"T": 9566,
},
"original_md5": "e96feaa72c4f4baba73c2e147ede7502",
"masked_base_composition": {
'A': 8891,
'C': 5468,
'G': 5849,
'T': 9562,
},
}

ts.tables.assert_equals(fx_ts_map["2020-01-19"].tables, ignore_provenance=True)
Expand Down

0 comments on commit 9f85a0c

Please sign in to comment.