Ignore:
Timestamp:
Jan 31, 2007, 3:20:39 PM (18 years ago)
Author:
duncan
Message:

sigh. the 'bug' that I fixed in 4199 wasn't a bug. It was correct. Reverting by doing svn merge -r4199:4198 https://datamining.anu.edu.au/svn/ga/ in inundation dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r4199 r4202  
    45324532        points = gsd.get_data_points(absolute=True)
    45334533       
    4534 
    4535         assert allclose(points[0][0], 6180432.601)
    4536         assert allclose(points[0][1], 308728.009)
    4537         assert allclose(points[1][0], 6233785.284)
    4538         assert allclose(points[1][1], 222908.705)
    4539        
     4534        assert allclose(points[0][0], 308728.009)
     4535        assert allclose(points[0][1], 6180432.601)
     4536        assert allclose(points[1][0],  222908.705)
     4537        assert allclose(points[1][1], 6233785.284)
    45404538        self.failUnless(gsd.get_geo_reference().get_zone() == 56,
    45414539                        'Bad zone error!')
Note: See TracChangeset for help on using the changeset viewer.