Skip to content

Commit

Permalink
Create file to test thinc.extra.search
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 21, 2017
1 parent dd4a56f commit 7de55b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions thinc/tests/unit/test_beam_search.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ...extra.search import MaxViolation

def test_init_violn():
v = MaxViolation()

0 comments on commit 7de55b1

Please sign in to comment.