Changeset 2453
- Timestamp:
- Feb 27, 2006, 4:43:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/geospatial_data/test_geospatial_data.py
r2444 r2453 175 175 assert allclose(V, [79.4, -7]) 176 176 177 def xtest_add(self):177 def test_add(self): 178 178 points = [[1.0, 2.1], [3.0, 5.3]] 179 179 attributes = [2, 4]
Note: See TracChangeset
for help on using the changeset viewer.