Opened 18 years ago
Closed 18 years ago
#117 closed defect (fixed)
test_asc_csiro2sww, test_asc_csiro2sww3, test_asc_csiro2sww4 are failing
Reported by: | jack | Owned by: | ole |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Testing and validation | Version: | 1.0 |
Severity: | normal | Keywords: | csiro data manager |
Cc: | u4112456@… |
Description
Observed at revision 4025. I have no experience with the data manager, so someone who does should look at this and email me if there's more information needed.
The unit test messages are below: ====================================================================== FAIL: test_asc_csiro2sww (test_data_manager.Test_Data_Manager)
Traceback (most recent call last):
File "shallow_water/test_data_manager.py", line 3476, in test_asc_csiro2sww
asc_csiro2sww(bath_dir,elevation_dir, ucur_dir, vcur_dir, sww_file)
File "shallow_water/data_manager.py", line 3654, in asc_csiro2sww
assert elevation_files[0] == 'el' + base_start
====================================================================== FAIL: test_asc_csiro2sww3 (test_data_manager.Test_Data_Manager)
Traceback (most recent call last):
File "shallow_water/test_data_manager.py", line 3784, in test_asc_csiro2sww3
mean_stage = 100)
File "shallow_water/data_manager.py", line 3654, in asc_csiro2sww
assert elevation_files[0] == 'el' + base_start
====================================================================== FAIL: test_asc_csiro2sww4 (test_data_manager.Test_Data_Manager)
Traceback (most recent call last):
File "shallow_water/test_data_manager.py", line 3975, in test_asc_csiro2sww4
minlon = 148.3, maxlon = 148.3
File "shallow_water/data_manager.py", line 3654, in asc_csiro2sww
assert elevation_files[0] == 'el' + base_start
Change History (1)
comment:1 Changed 18 years ago by duncan <duncan@…>
- Resolution set to fixed
- Status changed from new to closed