Ignore:
Timestamp:
Mar 18, 2009, 4:59:03 PM (16 years ago)
Author:
ole
Message:

Added caching test to validation suite following fix of ticket:314
Also removed parameter acceptable_overshoot which was never implemented anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/test_caching_of_set_quantity.py

    r6237 r6548  
    1 """This script tests that caching works for set_quantity using point data from a file.
     1"""This script tests that caching works for set_quantity using point
     2data from a file.
    23First cache is cleared, then set_quantity is run twice checking that
    34fitting is evaluated only first time and that the result from cache on the
     
    67This script depends on  Benchmark_2.msh and Benchmark_2_Bathymetry.pts
    78"""
    8 # FIXME(Ole): This needs to become a unit test - in automated validation tests under Okushiri.
    99
    10 # FIXME(Ole): This won't work until ticket:314 has been fixed.
     10# FIXME(Ole): This script is obsolete and has been moved into the
     11# automatic validation unit test suite.
    1112
    1213# Module imports
     
    1819import time
    1920
    20 internal_verbose = True # Verbose used in set_quantity and passed into fit_to_mesh
     21internal_verbose = True # Verbosity used within this function
    2122
    2223filename=project.bathymetry_filename
Note: See TracChangeset for help on using the changeset viewer.