Changeset 6927


Ignore:
Timestamp:
Apr 28, 2009, 4:11:45 PM (15 years ago)
Author:
rwilson
Message:

Back-merge changes to/from numpy branch.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py

    r6876 r6927  
    148148    #clipping_polygons=project.building_area_polygons)
    149149
     150    print 'Creating %d building polygons' % len(building_polygons)
    150151    def create_polygon_function(building_polygons, geo_reference=None):
    151152        L = []
  • branches/numpy_anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r6923 r6927  
    196196
    197197    if result:
    198         log.info('Local data has been refreshed.')
     198        log.critical('Local data has been refreshed.')
    199199    else:
    200         log.info('Local data has been refreshed, with one or more errors.')
     200        log.critical('Local data has been refreshed, with one or more errors.')
     201    log.critical()
    201202    return result
    202203
     
    244245        return False
    245246
    246     log.critical('You have the required files.')
     247    log.critical('You have enough required files to run.')
     248    log.critical()
    247249
    248250    return True
     
    287289
    288290    # run the simulation, produce SWW file
    289     log.debug('Running run_model.py')
     291    log.info('Running the simulation ...')
    290292    cmd = 'python run_model.py > %s' % RUNMODEL_STDOUT
    291293    log.debug("run_simulation: doing '%s'" % cmd)
Note: See TracChangeset for help on using the changeset viewer.