On Jun 11, 10:39 pm, "[email protected]"
<[email protected]> wrote:
> Hi all,
>
> The plotting module on which I have been working some time ago got
> merged (thanks Chris and thanks to all the reviewers).

Congratulations!

But, pulling this in from the main repo brought a test failure on my
machine:

running ./bin/test jscode
===================================== test process starts
======================================
executable:   /usr/bin/python  (2.7.2-final-0)
architecture: 64-bit
cache:        yes
ground types: python
random seed:  34720127

sympy/printing/tests/
test_jscode.py[21] .............E.......
[FAIL]

________________________________________________________________________________________________
___________________ sympy/printing/tests/
test_jscode.py:test_jscode_settings ___________________
  File "/home/jacobi/git/sympy-jrioux/sympy/printing/tests/
test_jscode.py", line 108, in test_jscode_settings
    raises(TypeError, 'jscode(sin(x),method="garbage")')
  File "/home/jacobi/git/sympy-jrioux/sympy/utilities/pytest.py", line
82, in raises
    '\'raises(xxx, "code")\' has been phased out; '
TypeError: 'raises(xxx, "code")' has been phased out; change
'raises(xxx, "expression")' to 'raises(xxx, lambda: expression)',
'raises(xxx, "statement")' to 'with raises(xxx): statement'

=================== tests finished: 20 passed, 1 exceptions, in 0.11
seconds ===================
DO *NOT* COMMIT!
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[ff9f5bc4e222ca65453fb98c9f73799e9e3be547] jscode (javascript) printer
added added jscode.py to sympy/printing added test_jscode.py to sympy/
printing/tests to test jscode.py modified __init__.py files to pull in
relevant jscode for imports
running ./bin/test jscode
===================================== test process starts
======================================
executable:   /usr/bin/python  (2.7.2-final-0)
architecture: 64-bit
cache:        yes
ground types: python
random seed:  85311824

sympy/printing/tests/
test_jscode.py[21] .....................
[OK]

========================== tests finished: 21 passed, in 0.10 seconds
==========================
e98dac78aaeb1ab63c026e541246db46940db831 is the first bad commit

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to