Ignore:
Timestamp:
Dec 14, 2004, 12:59:59 PM (20 years ago)
Author:
duncan
Message:

fixed bug in least_squares algorithm.

File:
1 edited

Legend:

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

    r484 r705  
    127127        assert type(result) in [types.ListType,types.TupleType],\
    128128                                'should be a list'
    129        
     129        #print "result",result
    130130        self.assertEqual(result, [0,1,2,3])
    131131
Note: See TracChangeset for help on using the changeset viewer.