Changes between Initial Version and Version 2 of Ticket #365


Ignore:
Timestamp:
May 18, 2012, 2:24:46 PM (12 years ago)
Author:
gray
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #365 – Description

    initial v2  
    44After doing a compile and update.
    55This is the result so far;
    6 {
     6{{{
    77
    88---------------------------------------------------------
     
    6464    assert res == 0
    6565AssertionError
     66====================================================================== FAIL: Test that ANUGA replicates physics of the Okushiri Island
    6667
    67 }
     68Traceback (most recent call last):
     69
     70File "validate_okushiri.py", line 32, in test_that_output_is_as_expected
     71
     72assert res == 0
     73
     74AssertionError?
     75
     76Ran 2 tests in 0.886s
     77
     78FAILED (failures=2) python validate_patong_scenario.py Exercise Patong Validation Scenario for three resolutions and ... ok
     79
     80Ran 1 test in 1357.048s
     81
     82OK python validate_Bf.py test_compare_URSsww_vs_EvolveANUGAsww (main.Test_Bf) ... FAIL
     83
     84====================================================================== FAIL: test_compare_URSsww_vs_EvolveANUGAsww (main.Test_Bf)
     85
     86Traceback (most recent call last):
     87
     88File "validate_Bf.py", line 33, in test_compare_URSsww_vs_EvolveANUGAsww
     89
     90assert res == 0
     91
     92AssertionError?
     93
     94Ran 1 test in 0.976s
     95
     96FAILED (failures=1) That took 1375.41 seconds in total
     97}}}
     98
     99I've added the screen dump of the first comments to the above code dump.