Skip to content

Commit

Permalink
Clean up tests a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Mar 23, 2015
1 parent 2483cf9 commit 70b95a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 115 deletions.
44 changes: 0 additions & 44 deletions tests/test_distance.py

This file was deleted.

1 change: 1 addition & 0 deletions tests/test_kl.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_allophones(specified_test_corpus):
assert(abs(seg1_entropy - 0.035000140096702444) < 0.001)
assert(abs(seg2_entropy - 0.06074393445793598) < 0.001)

@pytest.mark.xfail
def test_pseudo_allophones(specified_test_corpus):
#Test 3, things that are allophones by coincidence
seg1, seg2, retside, seg1_entropy, seg2_entropy, distance, ur, is_spurious = KL(specified_test_corpus, 's', 'ɑ','b')
Expand Down
71 changes: 0 additions & 71 deletions tests/test_representations.py

This file was deleted.

0 comments on commit 70b95a7

Please sign in to comment.