Here's what I'm getting:

$ bin/test query --slow
========================= test process starts ==========================
executable:         /home/jo/bin/python  (2.6.8-final-0) [CPython]
architecture:       64-bit
cache:              yes
ground types:       python
random seed:        31101093
hash randomization: on (PYTHONHASHSEED=2127311365)

sympy/assumptions/tests/test_query.py[1] E                        [FAIL]

________________________________________________________________________
__________ sympy/assumptions/tests/test_query.py:test_bounded __________
  File "sympy/utilities/pytest.py", line 144, in func_wrapper
    func()
File "/home/jo/workspace/sympy/sympy/sympy/assumptions/tests/test_query.py", line 1013, in test_bounded
    assert ask(Q.bounded(x**2)) is None
  File "sympy/assumptions/ask.py", line 120, in ask
    res = key(expr)._eval_ask(assumptions)
  File "sympy/assumptions/assume.py", line 100, in _eval_ask
    return self.func.eval(self.arg, assumptions)
  File "sympy/assumptions/assume.py", line 170, in eval
    res = eval(expr, assumptions)
  File "sympy/assumptions/handlers/calculus.py", line 257, in Pow
    if abs(expr.base) <= 1 and ask(Q.positive(expr.exp), assumptions):
  File "sympy/core/relational.py", line 226, in __nonzero__
    raise TypeError("symbolic boolean expression has no truth value.")
TypeError: symbolic boolean expression has no truth value.

======= tests finished: 0 passed, 1 exceptions, in 1.61 seconds ========
DO *NOT* COMMIT!
$

Immensely annoying, this is preventing me from properly checking my updates before issuing a pull request.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to