Opened 17 years ago

Closed 17 years ago

#174 closed defect (fixed)

urs_mux_files_validation fails

Reported by: ole Owned by: duncan
Priority: high Milestone:
Component: Functionality and features Version:
Severity: normal Keywords:
Cc:

Description

ole@nautilus:~/inundation/anuga_validation/automated_validation_tests$ python validate_all.py
Skipping .
Searching dir ./urs_mux_files_validation
Found validate_Bf.py in ./urs_mux_files_validation
Searching dir ./okushiri_tank_validation
Found validate_okushiri.py in ./okushiri_tank_validation
filename path ./urs_mux_files_validation validate_Bf.py
test_compare_URSsww_vs_EvolveANUGAsww (__main__.Test_Bf) ... Traceback (most recent call last):
  File "run_Bf.py", line 93, in ?
    domain, mean_stage=tide, use_cache=True, verbose=False)
  File "/home/ole/inundation/anuga_core/source/anuga/shallow_water/shallow_water_domain.py", line 1429, in __init__
    verbose=verbose)
  File "/home/ole/inundation/anuga_core/source/anuga/abstract_2d_finite_volumes/generic_boundary_conditions.py", line 253, in __ini t__
    q = self.F(0, point_id=0)
  File "/home/ole/inundation/anuga_core/source/anuga/fit_interpolate/interpolate.py", line 606, in __call__
    if t < self.time[0]: raise Exception(msg)
Exception: Time interval [9240.0000000000000000:11160.0000000000000000] does not match model time: 0.0000000000000000

FAIL

======================================================================
FAIL: test_compare_URSsww_vs_EvolveANUGAsww (__main__.Test_Bf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "validate_Bf.py", line 33, in test_compare_URSsww_vs_EvolveANUGAsww
    assert res == 0
AssertionError

----------------------------------------------------------------------
Ran 1 test in 19.937s

FAILED (failures=1)

Change History (1)

comment:1 Changed 17 years ago by duncan

  • Resolution set to fixed
  • Status changed from new to closed

Sww files were made to have absolute times in changeset:4550. This caused the errors in ticket#174

Now is not the time to change how anuga works with time. changeset:4550 has been removed (changeset:4558).

Note: See TracTickets for help on using tickets.