Skip to content

Commit

Permalink
fixed renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
astheeggeggs committed Jul 21, 2023
1 parent 22c29f3 commit 938243d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import lshmm as ls
import lshmm.forward_backward.fb_diploid as fbd
import lshmm.forward_backward.fb_haploid as fbh
import lshmm.vit_diploid_variants_samples as vd
import lshmm.vit_haploid_variants_samples as vh
import lshmm.vit_diploid as vd
import lshmm.vit_haploid as vh

EQUAL_BOTH_HOM = 4
UNEQUAL_BOTH_HOM = 0
Expand Down

0 comments on commit 938243d

Please sign in to comment.