Opened 18 years ago
Closed 18 years ago
#228 closed defect (fixed)
test_all failing
| Reported by: | duncan | Owned by: | Duncan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Appearance and visualisation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
test_all fails with this error;
execfile('test_all.py')
File "test_all.py", line 158, in ?
suite = regressionTest(test_verbose)
File "test_all.py", line 110, in regressionTest
modules = map(__import__, moduleNames)
File "damage_modelling/test_inundation_damage.py", line 11, in ?
from inundation_damage import *
File "damage_modelling/inundation_damage.py", line 35, in ?
from anuga_config import epsilon
ImportError: No module named anuga_config
Note: See
TracTickets for help on using
tickets.
