Changeset 2253


Ignore:
Timestamp:
Jan 19, 2006, 12:04:59 PM (19 years ago)
Author:
duncan
Message:

creating flatter structure

Location:
inundation
Files:
13 added
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • inundation/alpha_shape

    • Property svn:externals
      •  

        old new  
        1 load_mesh https://datamining.anu.edu.au/svn/ga/inundation/pmesh/load_mesh
         1
  • inundation/fit_interpolate

    • Property svn:externals
      •  

        old new  
        1 coordinate_transforms https://datamining.anu.edu.au/svn/ga/inundation/pyvolution/coordinate_transforms
         1
  • inundation/pmesh

    • Property svn:externals
      •  

        old new  
        1 coordinate_transforms https://datamining.anu.edu.au/svn/ga/inundation/pyvolution/coordinate_transforms
         1
  • inundation/pyvolution

    • Property svn:externals
      •  

        old new  
        1 load_mesh https://datamining.anu.edu.au/svn/ga/inundation/pmesh/load_mesh
         1
  • inundation/pyvolution/test_all.py

    r2252 r2253  
    1515#List files that should be excluded from the testing process.
    1616#E.g. if they are known to fail and under development
    17 #exclude = ['test_least_squares.py', 'test_cg_solve.py',
    18           # 'test_interpolate_sww.py']
    19 #exclude = ['test_pmesh2domain.py']
     17#exclude = ['test_geo_reference.py','test_redfearn.py', 'test_point.py']
    2018
    2119
     
    7169
    7270    filenameToModuleName = lambda f: os.path.splitext(f)[0]
     71    #print "files",files
    7372    moduleNames = map(filenameToModuleName, files)
     73    #print "moduleNames",moduleNames
    7474    modules = map(__import__, moduleNames)
    7575    load = unittest.defaultTestLoader.loadTestsFromModule
Note: See TracChangeset for help on using the changeset viewer.