Skip to content

Commit 4f0fc78

Browse files
Merge pull request #2798 from astheeggeggs/diploid_merge
Diploid testing: merge forward-backward and viterbi testing
2 parents 2f4c8f4 + af237c3 commit 4f0fc78

File tree

3 files changed

+453
-1092
lines changed

3 files changed

+453
-1092
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Remove py311 incompatible tests (lack of numba support for 3.11, needed for lshmm)
146146
if: matrix.python == '3.11'
147147
run: |
148-
rm python/tests/test_genotype_matching_*
148+
rm python/tests/test_*matching*
149149
150150
- name: Run tests
151151
working-directory: python

0 commit comments

Comments
 (0)