Skip to content

Commit ac5874d

Browse files
Jon BrenasJon Brenas
authored andcommitted
type errors
1 parent 59def2e commit ac5874d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tests/anoph/test_pca.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,7 @@ def test_pca_cohort_downsampling(fixture, api: AnophelesPca):
348348
data_params = dict(
349349
region=np.random.choice(api.contigs),
350350
sample_sets=sample_sets,
351-
site_mask=np.random.choice(
352-
np.ndarray(
353-
[
354-
None,
355-
]
356-
+ list(api.site_mask_ids)
357-
)
358-
),
351+
site_mask=np.random.choice(api.site_mask_ids),
359352
)
360353

361354
# Test cohort downsampling.

0 commit comments

Comments
 (0)