Changeset 1183 for inundation/ga/storm_surge/pmesh/meshHarness.py
- Timestamp:
- Apr 1, 2005, 12:00:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/meshHarness.py
r1074 r1183 1253 1253 self.failUnless( dict['triangle_neighbors'][0] == [-1,2,3], 1254 1254 'test_Mesh2IOTriangulationDict failed. test 6') 1255 self.failUnless( dict['triangle_tags'][0] == ["1.3"],1255 self.failUnless( dict['triangle_tags'][0] == "1.3", 1256 1256 'test_Mesh2IOTriangulationDict failed. test 7') 1257 1257 … … 1314 1314 self.failUnless( dict['triangle_neighbors'][0] == [-1,2,3], 1315 1315 'test_Mesh2IODict failed. test 6') 1316 self.failUnless( dict['triangle_tags'][0] == ["1.3"],1316 self.failUnless( dict['triangle_tags'][0] == "1.3", 1317 1317 'test_Mesh2IODict failed. test 7') 1318 1318
Note: See TracChangeset
for help on using the changeset viewer.