Opened 18 years ago
Closed 18 years ago
#128 closed defect (fixed)
okushiri validation fails
Reported by: | duncan | Owned by: | Ole |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Testing and validation | Version: | 1.0 |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ole)
This is more about system setup.
dgray@cyclone:~/sandpit/anuga/anuga_validation/automated_validation_tests$ python validate_all.py Skipping . Searching dir ./okushiri_tank_validation Found validate_okushiri.py in ./okushiri_tank_validation cd ./okushiri_tank_validation; python validate_okushiri.py test_that_output_is_as_expected (__main__.Test_Okushiri) ... Traceback (most recent call last): File "run_okushiri.py", line 29, in ? from anuga_parallel.parallel_api import myid, numprocs, distribute File "/d/cit/1/dgray/sandpit/anuga/anuga_core/source/anuga_parallel/parallel_api.py", line 23, in ? from anuga_parallel.pmesh_divide import pmesh_divide_metis File "/d/cit/1/dgray/sandpit/anuga/anuga_core/source/anuga_parallel/pmesh_divide.py", line 88, in ? from pymetis.metis import partMeshNodal ImportError: No module named metis ERROR ====================================================================== ERROR: test_that_output_is_as_expected (__main__.Test_Okushiri) ---------------------------------------------------------------------- Traceback (most recent call last): File "validate_okushiri.py", line 29, in setUp assert res == 0 AssertionError ---------------------------------------------------------------------- Ran 1 test in 5.783s
Change History (2)
comment:1 Changed 18 years ago by duncan
comment:2 Changed 18 years ago by ole
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Fixed in changeset:4230
Note: See
TracTickets for help on using
tickets.
There has to be metis.so in \anuga_core\source\pymetis to avoid the above error.