Changeset 6702 for anuga_validation


Ignore:
Timestamp:
Apr 2, 2009, 4:04:16 PM (16 years ago)
Author:
rwilson
Message:

Further numpy back merges from main trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/test_caching_of_set_quantity.py

    r6550 r6702  
    77This script depends on  Benchmark_2.msh and Benchmark_2_Bathymetry.pts
    88"""
     9# FIXME(Ole): This needs to become a unit test - in automated validation tests under Okushiri.
    910
    10 # FIXME(Ole): This script is obsolete and has been moved into the
    11 # automatic validation unit test suite.
     11# FIXME(Ole): This won't work until ticket:314 has been fixed.
    1212
    1313# Module imports
     
    3838          'alpha': alpha,
    3939          'verbose': internal_verbose,
     40          'acceptable_overshoot': 1.01, # This is the default value in _fit_to_mesh - actually, not implemented. Remove!
    4041          'mesh_origin': None,
    4142          'data_origin': None,
Note: See TracChangeset for help on using the changeset viewer.