unittests_temporal_algebra_mixed_stds

./lib/python/temporal – unittests_temporal_algebra_mixed_stds

Test failed

Testunittests_temporal_algebra_mixed_stds
Testsuite./lib/python/temporal
Test file./lib/python/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py
StatusFAILED
Return code1
Number of tests9
Successful tests0
Failed tests9
Percent successful0%
Test duration0:00:09.475732

Supplementary files

Standard error output (stderr)

... (lines omitted)

======================================================================
ERROR: test_temporal_select_operators4 (__main__.TestTemporalAlgebraMixedDatasets)
Testing the temporal select operator. Including temporal relations and
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py", line 143, in test_temporal_select_operators4
    stdstype='stvds', basename="r", overwrite=True)
  File "etc/python/grass/temporal/temporal_algebra.py", line 905, in parse
    self.parser.parse(expression)
  File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 331, in parse
    return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
  File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 1106, in parseopt_notrack
    p.callable(pslice)
  File "etc/python/grass/temporal/temporal_algebra.py", line 2820, in p_expr_t_select_operator
    inverse=negation)
  File "etc/python/grass/temporal/temporal_algebra.py", line 1704, in perform_temporal_selection
    assign_val = assign_val)
  File "etc/python/grass/temporal/temporal_algebra.py", line 1486, in build_spatio_temporal_topology_list
    tb.build(maplistA, maplistB)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree

======================================================================
ERROR: test_temporal_select_operators5 (__main__.TestTemporalAlgebraMixedDatasets)
Testing the temporal select operator. Including temporal relations and
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib/python/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py", line 159, in test_temporal_select_operators5
    stdstype='str3ds', basename="r", overwrite=True)
  File "etc/python/grass/temporal/temporal_algebra.py", line 905, in parse
    self.parser.parse(expression)
  File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 331, in parse
    return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
  File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 1106, in parseopt_notrack
    p.callable(pslice)
  File "etc/python/grass/temporal/temporal_algebra.py", line 2820, in p_expr_t_select_operator
    inverse=negation)
  File "etc/python/grass/temporal/temporal_algebra.py", line 1704, in perform_temporal_selection
    assign_val = assign_val)
  File "etc/python/grass/temporal/temporal_algebra.py", line 1486, in build_spatio_temporal_topology_list
    tb.build(maplistA, maplistB)
  File "etc/python/grass/temporal/spatio_temporal_relationships.py", line 552, in build
    vector.RTreeSearch2(tree, rect, list_)
ArgumentError: argument 1: <type 'exceptions.TypeError'>: expected LP_struct_RTree instance instead of LP_struct_RTree

----------------------------------------------------------------------
Ran 9 tests in 8.583s
FAILED (errors=9)