Changeset 763


Ignore:
Timestamp:
Jan 20, 2005, 5:10:29 PM (19 years ago)
Author:
ole
Message:

Fixed unit test for second order extrapolation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_quantity.py

    r762 r763  
    408408        quantity.extrapolate_second_order()
    409409
    410         assert allclose(quantity.vertex_values[1,:], [2.2, 4.9, 4.9])
     410        print quantity.vertex_values[1,:]
     411        assert allclose(quantity.vertex_values[1,:], [0.0, 6, 6])
    411412
    412413
Note: See TracChangeset for help on using the changeset viewer.