validation_excavation

./raster/r.gwflow – validation_excavation

Test failed

Test filevalidation_excavation
Testsuite./raster/r.gwflow
StatusFAILED
Return code1
Number of tests1
Successful tests0
Failed tests1
Percent successful0%
Test duration0:00:01.232217

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:807: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
E
======================================================================
ERROR: test_steady_state (__main__.ValidationExcavation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.gwflow/testsuite/validation_excavation.py", line 48, in test_steady_state
    recharge="recharge", output="gwresult", dt=864000000000, type="unconfined", budget="water_budget")
  File "etc/python/grass/gunittest/case.py", line 998, in assertModule
    module = _module_from_parameters(module, **kwargs)
  File "etc/python/grass/gunittest/case.py", line 1060, in _module_from_parameters
    module = SimpleModule(module, **kwargs)
  File "etc/python/grass/gunittest/gmodules.py", line 54, in __init__
    Module.__init__(self, cmd, *args, **kargs)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 556, in __init__
    self.__call__(*args, **kargs)
  File "etc/python/grass/pygrass/modules/interface/module.py", line 602, in __call__
    raise ParameterError('%s is not a valid parameter.' % key)
ParameterError: dt is not a valid parameter.

----------------------------------------------------------------------
Ran 1 test in 0.222s
FAILED (errors=1)