Opened 13 years ago

Last modified 13 years ago

#365 closed defect

validation tests failing — at Initial Version

Reported by: gray Owned by: ole
Priority: normal Milestone:
Component: Appearance and visualisation Version:
Severity: normal Keywords:
Cc:

Description

I ran the validation tests; dgray@rhe-compute1:/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_validation/automated_validation_tests$ python2.6 validate_all.py

After doing a compile and update. This is the result so far; {


Running all validation tests - some may take several days and some may require memory in the order of 8-16GB


Validation test suites:

./UQ_runup_2006/validate_uq_runup.py ./fitting/validate_benchmark_fit.py ./flow_tests/validate_flow.py ./okushiri_tank_validation/validate_okushiri.py ./patong_beach_validation/validate_patong_scenario.py ./urs_mux_files_validation/validate_Bf.py

python validate_uq_runup.py test_that_UQ_output_is_as_expected (main.Test_uq) ... python validate_benchmark_fit.py test_fit_time_and_mem (main.Test_uq) ... python validate_flow.py Exercise Ted Rigby's test of steady state flows ... sh: line 1: 15278 Segmentation fault python run_inflow_test_using_flowline.py > run_inflow_test_using_flowline.stdout FAIL

====================================================================== FAIL: Exercise Ted Rigby's test of steady state flows


Traceback (most recent call last):

File "validate_flow.py", line 30, in test_inflow_using_flowline

assert res == 0

AssertionError?


Ran 1 test in 1.931s

FAILED (failures=1) python validate_okushiri.py Test that caching of set_quantity works ... Traceback (most recent call last):

File "create_okushiri.py", line 169, in <module>

create_mesh()

File "create_okushiri.py", line 148, in create_mesh

prepare_timeboundary(project.boundary_filename)

File "create_okushiri.py", line 129, in prepare_timeboundary

fid.starttime = 0.0

ValueError?: Must be a datetime.timedelta object FAIL Test that ANUGA replicates physics of the Okushiri Island ... Traceback (most recent call last):

File "create_okushiri.py", line 169, in <module>

create_mesh()

File "create_okushiri.py", line 148, in create_mesh

prepare_timeboundary(project.boundary_filename)

File "create_okushiri.py", line 129, in prepare_timeboundary

fid.starttime = 0.0

ValueError?: Must be a datetime.timedelta object FAIL

====================================================================== FAIL: Test that caching of set_quantity works


Traceback (most recent call last):

File "validate_okushiri.py", line 53, in test_caching_of_set_quantity

assert res == 0

AssertionError?

}

Change History (0)

Note: See TracTickets for help on using tickets.