Changeset 4059 for anuga_core/source/anuga/shallow_water
- Timestamp:
- Dec 6, 2006, 12:30:54 PM (18 years ago)
- Location:
- anuga_core/source/anuga/shallow_water
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified anuga_core/source/anuga/shallow_water/data_manager.py ¶
r4050 r4059 794 794 self._load_exposure_csv(self._file_name) 795 795 try: 796 #Have code here that handles caps or lower 796 797 lats = self._attribute_dic[latitude_title] 797 798 longs = self._attribute_dic[longitude_title] -
TabularUnified anuga_core/source/anuga/shallow_water/test_data_manager.py ¶
r4052 r4059 4398 4398 ########## testing nbed class ################## 4399 4399 def test_exposure_csv_loading(self): 4400 4401 4402 4400 file_name = tempfile.mktemp(".xya") 4403 4401 file = open(file_name,"w") … … 4417 4415 os.remove(file_name) 4418 4416 4419 def test_exposure_csv_loading (self):4417 def test_exposure_csv_loadingII(self): 4420 4418 4421 4419
Note: See TracChangeset
for help on using the changeset viewer.