diff --git a/tests/test_compare.py b/tests/test_compare.py index afb07cc..9c452a0 100644 --- a/tests/test_compare.py +++ b/tests/test_compare.py @@ -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)