Skip to content

Commit 8c6dec0

Browse files
Tristan DennisTristan Dennis
authored andcommitted
fix test plink converter notebook and run tests
1 parent 643534e commit 8c6dec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/anoph/test_plink_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_plink_converter(fixture, api: PlinkConverter, tmp_path):
9999
n_snps = random.randint(1, n_snps_available)
100100

101101
# Define plink params.
102-
plink_params = dict(results_dir=tmp_path, n_snps=n_snps, **data_params)
102+
plink_params = dict(output_dir=tmp_path, n_snps=n_snps, **data_params)
103103

104104
# Make the plink files.
105105
api.biallelic_snps_to_plink(**plink_params)

0 commit comments

Comments
 (0)