We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4077e9a commit dddad32Copy full SHA for dddad32
1 file changed
tests/anoph/test_pca.py
@@ -187,7 +187,6 @@ def test_pca_exclude_samples(fixture, api: AnophelesPca):
187
n_snps = random.randint(4, n_snps_available)
188
n_components = random.randint(2, min(n_samples, n_snps, 10))
189
190
-
191
# Run the PCA.
192
pca_df, pca_evr = api.pca(
193
n_snps=n_snps,
0 commit comments