- Timestamp:
- Oct 20, 2004, 2:28:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_least_squares.py
r429 r430 146 146 147 147 148 def tes zt_smooth_attributes_to_mesh(self):148 def test_smooth_attributes_to_mesh(self): 149 149 print "ee" 150 150 a = [0.0, 0.0] … … 662 662 #------------------------------------------------------------- 663 663 if __name__ == "__main__": 664 suite = unittest.makeSuite(TestCase,'tes zt')664 suite = unittest.makeSuite(TestCase,'test') 665 665 runner = unittest.TextTestRunner() 666 666 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.