6 lines
88 B
Python
6 lines
88 B
Python
|
from thinc.extra.search import MaxViolation
|
||
|
|
||
|
|
||
|
def test_init_violn():
|
||
|
MaxViolation()
|