Ignore:
Timestamp:
May 16, 2006, 2:16:21 PM (18 years ago)
Author:
duncan
Message:

add blocking to tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/fit_interpolate/test_interpolate.py

    r2879 r2881  
    541541        #print "z",z
    542542        #print "answer",answer
    543         # FIXME this is failing
    544         #assert allclose(z, answer)
     543       
     544        for i in range(4):
     545            self.failUnless( z[0,i] == answer[0,i], 'Fail!')
     546       
    545547       
    546548    def test_interpolate_attributes_to_pointsIV(self):
Note: See TracChangeset for help on using the changeset viewer.