Skip to content
Snippets Groups Projects
Commit b731b922 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[test] Remove comments made by Tiago that were being merged to the class...

[test] Remove comments made by Tiago that were being merged to the class docstring (and badly parsed by Sphinx 1.3.4)
parent 2d10862c
Branches
Tags
No related merge requests found
......@@ -8,22 +8,10 @@ import bob.learn.boosting.utils
class TestBoosting(unittest.TestCase):
"""Class to test the LUT trainer """
"""
@classmethod
def setUpClass(cls):
# create a single copy of the MNIST database to avoid downloading the packages several times
cls.database = bob.learn.boosting.utils.MNIST()
@classmethod
def tearDownClass(cls):
# Clean up the mess that we created
del cls.database
"""
def _data(self, digits = [3, 0], count = 20):
self.database = bob.learn.boosting.utils.MNIST()
# get the data
inputs, targets = [], []
for digit in digits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment