Changeset 1889


Ignore:
Timestamp:
Oct 10, 2005, 4:36:00 PM (19 years ago)
Author:
duncan
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_least_squares.py

    r1888 r1889  
    15451545        import os
    15461546        status = os.system('python least_squares.py q q q e n 0.9 n')
    1547         self.failUnless(status  == 1,
     1547        #print "status", status
     1548        self.failUnless(status/255  == 1,
    15481549                        'command prompt least_squares.py failed.  Incorect exit status.')
    15491550       
Note: See TracChangeset for help on using the changeset viewer.