Skip to content

Commit dddad32

Browse files
committed
Correcting the linting.
1 parent 4077e9a commit dddad32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/anoph/test_pca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def test_pca_exclude_samples(fixture, api: AnophelesPca):
187187
n_snps = random.randint(4, n_snps_available)
188188
n_components = random.randint(2, min(n_samples, n_snps, 10))
189189

190-
191190
# Run the PCA.
192191
pca_df, pca_evr = api.pca(
193192
n_snps=n_snps,

0 commit comments

Comments
 (0)