Ignore:
Timestamp:
Aug 18, 2008, 5:43:46 PM (16 years ago)
Author:
ole
Message:

Removed possibility to call File_boundary without vol_id, edge_id
Also distinguished between
Modeltime_too_late and Modeltime_too_early exceptions.

Made some style guide modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/test_generic_boundary_conditions.py

    r5657 r5666  
    101101
    102102
    103     def test_fileboundary_time_only(self):
     103    def NOtest_fileboundary_time_only(self):
    104104        """Test that boundary values can be read from file and interpolated
    105105        This is using the .tms file format
     
    109109        file_function using the sts format
    110110        """
    111 
     111        #FIXME (Ole): This test was disabled 18 August 2008 as no
     112        # need for this was found. Rather I implemented an Exception
     113        # to catch possible errors in the model setup
     114       
    112115        from domain import Domain
    113116        from quantity import Quantity
Note: See TracChangeset for help on using the changeset viewer.