diff tests/test_interpolation.py @ 66:7dd1b18c9f78

minor cleanup and better error
author Jeff Hammel <k0scist@gmail.com>
date Sat, 28 Feb 2015 13:51:40 -0800
parents 39f428e8f2b7
children a09d5ffd2fc9
line wrap: on
line diff
--- a/tests/test_interpolation.py	Fri Feb 27 13:34:05 2015 -0800
+++ b/tests/test_interpolation.py	Sat Feb 28 13:51:40 2015 -0800
@@ -37,6 +37,7 @@
         return retval
 
     def test_from_csv(self):
+        """test interpolation from a CSV file"""
 
         raw_data = self.read_test_data()
         data = [[(row[0], row[col]) for row in raw_data]