On Sat, Apr 6, 2013 at 6:00 PM, Alan Bromborsky <abro...@verizon.net> 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 <abr...@verizon.net>
>> > 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 sympy+unsubscr...@googlegroups.com.
>
> To post to this group, send email to sympy@googlegroups.com.
> 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
> sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy?hl=en-US.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to