Changeset 6495


Ignore:
Timestamp:
Mar 11, 2009, 5:22:58 PM (15 years ago)
Author:
ole
Message:

Reinstated assertions that were temporarily removed earlier today.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/fit.py

    r6493 r6495  
    373373                # See test_fitting_example_that_crashed_2 in test_shallow_water_domain.py
    374374                # Committed 11 March 2009
    375                 #msg = 'Matrix AtA was not built'
    376                 #assert self.AtA is not None, msg
     375                msg = 'Matrix AtA was not built'
     376                assert self.AtA is not None, msg
    377377               
    378378                #print 'Matrix was built OK'
Note: See TracChangeset for help on using the changeset viewer.