Ignore:
Timestamp:
Oct 16, 2006, 5:07:28 PM (19 years ago)
Author:
ole
Message:

Cosmetics according to style guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/test_geospatial_data.py

    r3738 r3797  
    389389        # Then a more complex polygon
    390390        polygon = [[0,0], [1,0], [0.5,-1], [2, -1], [2,1], [0,1]]
    391         points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
     391        points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
    392392        G = Geospatial_data(points)
    393393
     
    420420        # Then a more complex polygon
    421421        polygon = [[0,0], [1,0], [0.5,-1], [2, -1], [2,1], [0,1]]
    422         points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
     422        points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
    423423
    424424        # This time just one attribute
     
    456456       
    457457        # Then a more complex polygon
    458         points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
     458        points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
    459459        attributes = [2, -4, 5, 76, -2, 0.1]       
    460460        G = Geospatial_data(points, attributes)
     
    490490        # Then a more complex polygon
    491491        polygon = [[0,0], [1,0], [0.5,-1], [2, -1], [2,1], [0,1]]
    492         points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
     492        points = [ [0.5, 1.4], [0.5, 0.5], [1, -0.5], [1.5, 0], [0.5, 1.5], [0.5, -0.5]]
    493493        attributes = [2, -4, 5, 76, -2, 0.1]       
    494494        G = Geospatial_data(points, attributes)
Note: See TracChangeset for help on using the changeset viewer.