File size: 119 Bytes
ad58d47 |
1 2 3 4 5 6 |
# most of classify.doctest requires numpy
def setup_module():
import pytest
pytest.importorskip("numpy")
|
ad58d47 |
1 2 3 4 5 6 |
# most of classify.doctest requires numpy
def setup_module():
import pytest
pytest.importorskip("numpy")
|