diff _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
line wrap: on
line diff
--- a/_test_dataset.py	Thu Jun 19 16:12:29 2008 -0400
+++ b/_test_dataset.py	Thu Jun 19 16:18:37 2008 -0400
@@ -2,7 +2,7 @@
 from dataset import *
 from math import *
 import numpy, unittest, sys
-from misc import *
+#from misc import *
 from lookup_list import LookupList
 
 def have_raised(to_eval, **var):