Ignore:
Timestamp:
Jun 16, 2010, 8:23:42 AM (13 years ago)
Author:
hudson
Message:

Fixed failing validations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/flow_tests/test_inflow_using_flowline.py

    r7774 r7846  
    2828length = 400.
    2929width  = 20.
    30 dx = dy = 2          # Resolution: of grid on both axes
     30dx = dy = 1.25          # Resolution: of grid on both axes
    3131
    3232points, vertices, boundary = anuga.rectangular_cross(int(length/dx), \
     
    138138       
    139139        msg = 'Predicted depth of flow at 200m was %f, should have been %f' % (normal_depth, domain_depth)
    140         msg = 'Mannings n = %s, slope = %s' % (mannings_n, slope)
     140        msg += 'Mannings n = %s, slope = %s' % (mannings_n, slope)
    141141        if verbose:
    142142            print 'Depth at 200m: ANUGA = %f, Mannings = %f' % (domain_depth, normal_depth)
Note: See TracChangeset for help on using the changeset viewer.