Skip to content

Commit 59def2e

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

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

tests/anoph/test_pca.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,12 @@ def test_pca_cohort_downsampling(fixture, api: AnophelesPca):
349349
region=np.random.choice(api.contigs),
350350
sample_sets=sample_sets,
351351
site_mask=np.random.choice(
352-
[
353-
None,
354-
]
355-
+ list(api.site_mask_ids)
352+
np.ndarray(
353+
[
354+
None,
355+
]
356+
+ list(api.site_mask_ids)
357+
)
356358
),
357359
)
358360

0 commit comments

Comments
 (0)