Opened 13 years ago
Last modified 13 years ago
#366 closed defect
test_all failing — at Initial Version
Reported by: | gray | Owned by: | ole |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Appearance and visualisation | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
After doing an update and a compile I get the following with running anuga test_all { test_util.py test_xml_tools.py
..........................................................Traceback (most recent call last):
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga/file_conversion/csv2sts.py", line 165, in <module>
main(sys.argv[1:])
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga/file_conversion/csv2sts.py", line 156, in main
csv2sts(infile, outfile, lat, lon)
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga/file_conversion/csv2sts.py", line 92, in csv2sts
fid.latitude = latitude
ValueError?: Must be a datetime.timedelta object E...............................................................................................WARNING: Not all full triangles are stored before ghost triangles ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ====================================================================== ERROR: test_run_via_commandline (test_csv2sts.Test_csv2sts)
Traceback (most recent call last):
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga/file_conversion/test_csv2sts.py", line 87, in test_run_via_commandline
self._check_generated_sts()
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga/file_conversion/test_csv2sts.py", line 96, in _check_generated_sts
assert sts.latitude == lat, 'latitude does not match'
AttributeError?: latitude
Ran 1073 tests in 283.537s
FAILED (errors=1) Finished at Fri May 18 12:13:27 2012, version 1.3.0_beta
===================== pymetis tests ================================= Changing to /nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga_parallel/pymetis
Testing path: /nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga_parallel/pymetis
The following directories will be skipped over: .svn metis-4.0 prop-base props pymetis text-base tmp wcprops
Paths searched: pymetis
Files tested: test_metis.py
librdmacm: couldn't read ABI version. librdmacm: assuming: 4 CMA: unable to get RDMA device list
[[62861,1],0]: A high-performance Open MPI point-to-point messaging module was unable to find any relevant network interfaces:
Module: OpenFabrics? (openib)
Host: rhe-compute1.ga.gov.au
Another transport will be used instead, although this may result in lower performance.
FF ====================================================================== FAIL: test_Hexmesh (test_metis.TestMetis?)
Traceback (most recent call last):
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga_parallel/pymetis/test_metis.py", line 43, in test_Hexmesh
self.assert_(edgecut == 5)
====================================================================== FAIL: test_Hexmesh2 (test_metis.TestMetis?)
Traceback (most recent call last):
File "/nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga_parallel/pymetis/test_metis.py", line 74, in test_Hexmesh2
self.assert_(edgecut == 5)
Ran 2 tests in 0.001s
FAILED (failures=2)
Finished at Fri May 18 12:13:27 2012, version 8428
===================== anuga_parallel tests ========================== Changing to /nas/gemd/georisk_models/inundation/sandpits/dgray/anuga/anuga_core/source/anuga_parallel
NOTE * If all unit tests passed you should run the suite of validation tests Go to the directory anuga_validation/automated_validation_tests and run
python validate_all.py
These tests will take a few hours and will verify that ANUGA produces the physical results expected. * }