- Timestamp:
- Apr 9, 2013, 4:17:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/test_dem2pts.py
r8780 r8821 208 208 # Get the variables 209 209 #print fid.variables.keys() 210 points = fid.variables['points'] 211 elevation = fid.variables['elevation'] 210 points = fid.variables['points'][:] 211 elevation = fid.variables['elevation'][:] 212 212 213 213 #Check values … … 246 246 247 247 248 248 249 assert num.allclose(points, new_ref_points) 249 250 assert num.allclose(elevation, ref_elevation)
Note: See TracChangeset
for help on using the changeset viewer.