On 04/10/2013 03:55 PM, Alan Bromborsky wrote:
On 04/10/2013 03:29 PM, Alan Bromborsky wrote:
On 04/06/2013 12:42 PM, Thomas Hisch wrote:
Let's continue this discussion on IRC please
On Sat, Apr 6, 2013 at 6:40 PM, Alan Bromborsky
<[email protected]> wrote:
On 04/06/2013 12:26 PM, Thomas Hisch wrote:
On Sat, Apr 6, 2013 at 6:00 PM, Alan Bromborsky <[email protected]>
wrote:
On 04/06/2013 11:21 AM, thomas hisch wrote:
On Saturday, April 6, 2013 5:13:38 PM UTC+2, brombo wrote:
On 04/06/2013 11:11 AM, Thomas Hisch wrote:
On Sat, Apr 6, 2013 at 4:53 PM, Alan Bromborsky
<[email protected]>
wrote:
I did what you suggested (also removed prints from my tests) and
sympy-bot
fails, but there are no errors in test report.
Thats strange. Note that the finished line is missing from the
output:
=========================== tests finished: 61 passed, in 31.83
seconds ============================
Can you reproduce this locally without running the bot ?
How do I run locally?
./bin/doctest
to run a subset of the doctests pass the path of the 'subset' as
well
./bin/docttest sympy/ga
runs all doctests in sympy/ga
try to find out where exactly the doctester abnormally terminates
--
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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
If I run ./bin/doctest the last line in the output is -
sympy/solvers/solvers.py[12] ............
[OK]
and the remaining doctests not performed are -
examples/advanced/gibbs_phenomenon.py[2] ..
[OK]
examples/advanced/fem.py[1] .
[OK]
but they run if I blacklist my examples that use pdflatex.
If I run ./bin/doctest sympy/ga the total output is -
===============================================================================
test process starts
================================================================================
executable: /usr/bin/python (2.7.3-final-0)
architecture: 64-bit
cache: yes
ground types: python
hash randomization: on (PYTHONHASHSEED=1354162837)
sympy/ga/vector.py[1] .
[OK]
sympy/ga/ga.py[5] .....
[OK]
====================================================================
tests
finished: 6 passed, in 0.79 seconds
=====================================================================
Any more suggestions please.
Open a python shell and type (in the root dir of your sympy repo) and
type
import sympy
sympy.doctest("sympy/solvers")
check if that kills the python process.
--
You received this message because you are subscribed to a topic
in the
Google Groups "sympy" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/sympy/ceLFZQCVgcY/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, 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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
Results -
import sympy
sympy.doctest("sympy/solvers")
===============================================================================
test process starts
================================================================================
executable: /usr/bin/python (2.7.3-final-0)
architecture: 64-bit
cache: yes
ground types: python
hash randomization: on (PYTHONHASHSEED=2986032642)
sympy/solvers/ode.py[30] .............................. [OK]
sympy/solvers/inequalities.py[6] ...... [OK]
sympy/solvers/polysys.py[4] .... [OK]
sympy/solvers/pde.py[3] ... [OK]
sympy/solvers/recurr.py[5] ..... [OK]
sympy/solvers/__init__.py[1] . [OK]
sympy/solvers/solvers.py[12] ............ [OK]
===================================================================
tests
finished: 61 passed, in 25.48 seconds
====================================================================
True
--
You received this message because you are subscribed to a topic in the
Google Groups "sympy" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/sympy/ceLFZQCVgcY/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, 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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
I have installed IRC client. Please let me know when it would be
convenient for you to advise me on IRC.
More information - I ran "bin/tests -v" and and "bin/doctest -v"
locally. Output is attached. Could find no errors.
More data - The last line on the doctest ouput is:
sympy/solvers/solvers.py[12]
okokokokokokokokokokokok [OK]
It should then execute -
examples/advanced/gibbs_phenomenon.py
and
examples/advanced/fem.py
If I go into the examples/advanced directory I can execute the two
examples with no errors.
--
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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.