Ignore:
Timestamp:
Dec 6, 2006, 12:30:54 PM (18 years ago)
Author:
duncan
Message:

checking in, so I can checkout in another repository...

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  
    794794        self._load_exposure_csv(self._file_name)
    795795        try:
     796            #Have code here that handles caps or lower
    796797            lats = self._attribute_dic[latitude_title]
    797798            longs = self._attribute_dic[longitude_title]
  • TabularUnified anuga_core/source/anuga/shallow_water/test_data_manager.py

    r4052 r4059  
    43984398########## testing nbed class ##################
    43994399    def test_exposure_csv_loading(self):
    4400        
    4401 
    44024400        file_name = tempfile.mktemp(".xya")
    44034401        file = open(file_name,"w")
     
    44174415        os.remove(file_name)
    44184416       
    4419     def test_exposure_csv_loading(self):
     4417    def test_exposure_csv_loadingII(self):
    44204418       
    44214419
Note: See TracChangeset for help on using the changeset viewer.