Changeset 2064
- Timestamp:
- Nov 24, 2005, 3:24:08 PM (19 years ago)
- Location:
- inundation/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/data_manager.py
r2062 r2064 3488 3488 outfile.order = 1 3489 3489 3490 #Start time in seconds since the epoch (midnight 1/1/1970) 3491 outfile.starttime = starttime = times[0] 3492 3490 3493 3491 3494 # dimension definitions -
inundation/pyvolution/test_data_manager.py
r2062 r2064 3358 3358 self.failUnless(geo_ref.get_zone() == 55, 'Failed') 3359 3359 3360 assert allclose(fid.starttime, 0.0) # (-37.45, 148.25) 3360 3361 assert allclose(x_ref, 610120.388) # (-37.45, 148.25) 3361 3362 assert allclose(y_ref, 5820863.269 )# (-37.45, 148.5)
Note: See TracChangeset
for help on using the changeset viewer.