Ignore:
Timestamp:
Jun 19, 2006, 10:30:57 AM (18 years ago)
Author:
duncan
Message:

added function to pmesh.mesh for adding vertices by passing in a geospatial instance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/geospatial_data/test_geospatial_data.py

    r3154 r3177  
    921921        '''
    922922
    923         #FIXME (Ole): I changed the georeference arbitrarily, but the test still passes.
    924        
    925923        # create files
    926924        att_dict1 = {}
     
    934932        att_dict2['elevation'] = array([1.0, 15.0, 1.4])
    935933        att_dict2['brightness'] = array([14.0, 1.0, -12.4])
    936         geo_reference2 = Geo_reference(56, 1.0, 2.0) #FIXME (Ole): I changed this, why does it still pass
    937         #OK - it fails now, after the fix revealed by test_create_from_pts_file_with_geo')
     934        geo_reference2 = Geo_reference(56, 1.0, 2.0)
    938935
    939936        G1 = Geospatial_data(pointlist1, att_dict1, geo_reference1)
Note: See TracChangeset for help on using the changeset viewer.