Ignore:
Timestamp:
Nov 29, 2007, 5:46:55 PM (17 years ago)
Author:
ole
Message:

Fixed ticket:232 - the problem was that the only proper floats can be compared
to None - not the single precision values that have been reinstated in the
sww file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r4862 r4863  
    73277327#-------------------------------------------------------------
    73287328if __name__ == "__main__":
     7329
     7330    #suite = unittest.makeSuite(Test_Data_Manager,'test_get_maximum_inundation')
    73297331    #suite = unittest.makeSuite(Test_Data_Manager,'test_sww_header')
    73307332    suite = unittest.makeSuite(Test_Data_Manager,'test')
Note: See TracChangeset for help on using the changeset viewer.