Opened 13 years ago

Last modified 13 years ago

#365 closed defect

validation tests failing — at Version 3

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

Description (last modified by gray)

I ran the validation tests;

dgray@rhe-compute1:.../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
====================================================================== FAIL: Test that ANUGA replicates physics of the Okushiri Island

Traceback (most recent call last):

File "validate_okushiri.py", line 32, in test_that_output_is_as_expected

assert res == 0

AssertionError?

Ran 2 tests in 0.886s

FAILED (failures=2) python validate_patong_scenario.py Exercise Patong Validation Scenario for three resolutions and ... ok

Ran 1 test in 1357.048s

OK python validate_Bf.py test_compare_URSsww_vs_EvolveANUGAsww (main.Test_Bf) ... 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 0.976s

FAILED (failures=1) That took 1375.41 seconds in total

I've added the screen dump of the first comments to the above code dump.

Change History (3)

comment:1 Changed 13 years ago by gray

More of the test results; { ====================================================================== FAIL: Test that ANUGA replicates physics of the Okushiri Island


Traceback (most recent call last):

File "validate_okushiri.py", line 32, in test_that_output_is_as_expected

assert res == 0

AssertionError?


Ran 2 tests in 0.886s

FAILED (failures=2) python validate_patong_scenario.py Exercise Patong Validation Scenario for three resolutions and ... ok


Ran 1 test in 1357.048s

OK python validate_Bf.py test_compare_URSsww_vs_EvolveANUGAsww (main.Test_Bf) ... 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 0.976s

FAILED (failures=1) That took 1375.41 seconds in total

}

comment:2 Changed 13 years ago by gray

Description: modified (diff)

comment:3 Changed 13 years ago by gray

Description: modified (diff)
Note: See TracTickets for help on using tickets.