Ignore:
Timestamp:
May 19, 2010, 10:13:06 AM (15 years ago)
Author:
James Hudson
Message:

Fixed unit test failures.

Location:
anuga_core/source/anuga/shallow_water_balanced
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water_balanced/test_swb_conservation.py

    r7573 r7733  
    458458        from anuga.shallow_water.shallow_water_domain import Reflective_boundary
    459459        from anuga.shallow_water.shallow_water_domain import Dirichlet_boundary
    460         from anuga.shallow_water.shallow_water_domain import Inflow
     460        from anuga.shallow_water.forcing import Inflow
    461461        from anuga.shallow_water.data_manager \
    462462                import get_flow_through_cross_section
     
    551551        from anuga.shallow_water.shallow_water_domain import Reflective_boundary
    552552        from anuga.shallow_water.shallow_water_domain import Dirichlet_boundary
    553         from anuga.shallow_water.shallow_water_domain import Inflow
     553        from anuga.shallow_water.forcing import Inflow
    554554        from anuga.shallow_water.data_manager import get_flow_through_cross_section
    555555
  • anuga_core/source/anuga/shallow_water_balanced/test_swb_forcing_terms.py

    r7562 r7733  
    13621362        from anuga.shallow_water.shallow_water_domain import Reflective_boundary
    13631363        from anuga.shallow_water.shallow_water_domain import Dirichlet_boundary
    1364         from anuga.shallow_water.shallow_water_domain import Inflow
     1364        from anuga.shallow_water.forcing import Inflow
    13651365        from anuga.shallow_water.data_manager \
    13661366                import get_flow_through_cross_section
     
    15211521        from anuga.shallow_water.shallow_water_domain import Reflective_boundary
    15221522        from anuga.shallow_water.shallow_water_domain import Dirichlet_boundary
    1523         from anuga.shallow_water.shallow_water_domain import Inflow_boundary
     1523        from anuga.shallow_water.forcing import Inflow_boundary
    15241524        from anuga.shallow_water.data_manager import get_flow_through_cross_section
    15251525        from anuga.abstract_2d_finite_volumes.util import sww2csv_gauges, csv2timeseries_graphs
     
    16581658        from anuga.shallow_water.shallow_water_domain import Reflective_boundary
    16591659        from anuga.shallow_water.shallow_water_domain import Dirichlet_boundary
    1660         from anuga.shallow_water.shallow_water_domain import Inflow
     1660        from anuga.shallow_water.forcing import Inflow
    16611661        from anuga.shallow_water.data_manager \
    16621662                import get_flow_through_cross_section
Note: See TracChangeset for help on using the changeset viewer.