Skip to content

Commit

Permalink
Merge pull request #2042 from oxtopus/issue-2041-cleanup-sparse-passt…
Browse files Browse the repository at this point in the history
…hrough-unit-tests

Cleanup sparse pass through encoder unit tests
  • Loading branch information
rhyolight committed May 6, 2015
2 parents ede6b1a + 827498b commit 73770a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

CL_VERBOSITY = 0

import cPickle as pickle
import tempfile
import unittest2 as unittest

Expand All @@ -36,6 +35,7 @@
)



class SparsePassThroughEncoderTest(unittest.TestCase):
"""Unit tests for SparsePassThroughEncoder class."""

Expand Down

0 comments on commit 73770a8

Please sign in to comment.