Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Feb 23, 2017
1 parent ec1baae commit 01d690b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ def test_one_hot_decoding():
np.asarray([1, 0, 3]))


def test_mnist_loader():
from yadll.data import mnist_loader
data = mnist_loader()


def test_alphabet_loader():
from yadll.data import alphabet_loader
data = alphabet_loader(2)


class Testdata:
@pytest.fixture
def train_valid_test_data(self):
Expand Down

0 comments on commit 01d690b

Please sign in to comment.