Changeset 1106
- Timestamp:
- Mar 18, 2005, 11:06:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/load_mesh/test_loadASCII.py
r1047 r1106 475 475 dict['attributelist'] = att_dict 476 476 out_dict = extent_point_atts(dict) 477 477 478 #print "out_dict['pointlist']",out_dict #['pointlist'] 478 assert allclose(out_dict['pointlist'],[[0.0, -10.0],[10.0, -10.0],[ 0.0, 10.0],[10.0,10.0]])479 assert allclose(out_dict['pointlist'],[[0.0, -10.0],[10.0, -10.0],[10.0,10.0],[0.0, 10.0]]) 479 480 480 481 self.failUnless(dict['attributelist'] == {},
Note: See TracChangeset
for help on using the changeset viewer.