test.t.rast3d.extract

./temporal/t.rast3d.extract – test.t.rast3d.extract

Test failed

Testtest.t.rast3d.extract
Testsuite./temporal/t.rast3d.extract
Test file./temporal/t.rast3d.extract/testsuite/test.t.rast3d.extract.sh
StatusFAILED
Return code1
Number of testsunknown
Successful testsunknown
Failed tests0
Percent successfulunknown
Test duration0:00:01.956614

Supplementary files

Standard error output (stderr)

+ g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
+ r3.mapcalc --o expr=prec_1 = rand(0, 550) -s
+ r3.mapcalc --o expr=prec_2 = rand(0, 450) -s
+ r3.mapcalc --o expr=prec_3 = rand(0, 320) -s
+ r3.mapcalc --o expr=prec_4 = rand(0, 510) -s
+ r3.mapcalc --o expr=prec_5 = rand(0, 300) -s
+ r3.mapcalc --o expr=prec_6 = rand(0, 650) -s
+ t.create --o type=str3ds temporaltype=absolute output=precip_abs1 title=A test descr=A test
Traceback (most recent call last):
  File "scripts/t.create", line 86, in <module>
    main()
  File "scripts/t.create", line 68, in main
    import grass.temporal as tgis
  File "etc/python/grass/temporal/__init__.py", line 3, in <module>
    from .core import *
  File "etc/python/grass/temporal/core.py", line 44, in <module>
    from .c_libraries_interface import *
  File "etc/python/grass/temporal/c_libraries_interface.py", line 27, in <module>
    from grass.pygrass.rpc.base import RPCServerBase
  File "etc/python/grass/pygrass/rpc/__init__.py", line 21, in <module>
    from grass.pygrass.vector import *
  File "etc/python/grass/pygrass/vector/__init__.py", line 6, in <module>
    libgis.G_gisinit('')
AttributeError: 'module' object has no attribute 'G_gisinit'