Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 8, 2024
1 parent bcc6724 commit 4b30f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def test_load_fingerprint(path_tests):
header, fingerprint = compare.load_fingerprint(str(path_tests / "data/igsr.HG00102.TP73.npz"))
header, fingerprint = compare.load_fingerprint(False, str(path_tests / "data/igsr.HG00102.TP73.npz"))
assert header == "HG00102-N1-DNA1-WES1"
assert fingerprint.shape == (3, 23770)

0 comments on commit 4b30f6c

Please sign in to comment.