Commit 5d04900
committed
test: skip test_hap_frequencies_with_str_cohorts when random region has no SNPs
The test uses fixture.random_region_str() which can occasionally pick a
region with no SNPs, causing ValueError. Added the same try/except guard
already used in test_hap_frequencies_advanced.1 parent c497ed2 commit 5d04900
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
193 | 198 | | |
| |||
0 commit comments