Mercurial > pylearn
comparison _test_dataset.py @ 356:18702ceb2096
Added more functions
author | Joseph Turian <turian@iro.umontreal.ca> |
---|---|
date | Thu, 19 Jun 2008 16:18:37 -0400 |
parents | cefa8518ff48 |
children | 82da179d95b2 |
comparison
equal
deleted
inserted
replaced
355:430c9e92cd23 | 356:18702ceb2096 |
---|---|
1 #!/bin/env python | 1 #!/bin/env python |
2 from dataset import * | 2 from dataset import * |
3 from math import * | 3 from math import * |
4 import numpy, unittest, sys | 4 import numpy, unittest, sys |
5 from misc import * | 5 #from misc import * |
6 from lookup_list import LookupList | 6 from lookup_list import LookupList |
7 | 7 |
8 def have_raised(to_eval, **var): | 8 def have_raised(to_eval, **var): |
9 have_thrown = False | 9 have_thrown = False |
10 try: | 10 try: |