validation_7x7_grid

./raster/r.gwflow – validation_7x7_grid

Test failed

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

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:789: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
etc/python/grass/pygrass/gis/region.py:17: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Region(object):
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
etc/python/grass/pygrass/vector/geometry.py:302: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Point(Geo):
etc/python/grass/pygrass/vector/table.py:165: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Columns(object):
etc/python/grass/pygrass/vector/table.py:572: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x
  class Link(object):
/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_transient (__main__.Validation7x7Grid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "raster/r.gwflow/testsuite/validation_7x7_grid.py", line 29, in setUp
    self.runModule("r.mapcalc", expression="phead=50")
  File "etc/python/grass/gunittest/case.py", line 955, in runModule
    errors=errors)
CalledModuleError: Module run 1 r.mapcalc ended with error
Process ended with non-zero return code r.mapcalc(expression='phead=50'). See the following errors:
syntax error, unexpected $end, expecting '='
Parse error
ERROR: parse error


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