Skip to content

Commit

Permalink
Fix path to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 22, 2024
1 parent 065e7e0 commit a9ea191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/preprocessing/test_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_h5_archive(h5_path):
"--chromosomes",
"1",
"--exclude-variants",
f"{(tests_data_dir / 'process_sparse_gt/filter_variants_minimal/input/qc').as_posix()}",
f"{(tests_data_dir / 'process_sparse_gt/filter_variants_multiple/input/qc').as_posix()}",
],
"genotypes_chr1.h5",
),
Expand Down

0 comments on commit a9ea191

Please sign in to comment.