On Wed, Oct 15, 2008 at 2:59 AM, Philip Jenvey <[EMAIL PROTECTED]> wrote:
>
> On Oct 13, 2008, at 7:44 AM, Ondrej Certik wrote:
>>
>> nice job! When I get to it, I'll try it again and try to isolate the
>> remaining bugs if there are any.
>>
>
> On the latest Jython trunk I've got it importing and the tests run but die:
>
> Jython 2.5a3+ (trunk:5394, Oct 14 2008, 17:56:35)
> [Java HotSpot(TM) Client VM (Apple Inc.)] on java1.5.0_16
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import sympy
>>>> sympy.test("sympy/core")
> ============================= test process starts
> ==============================
> py.test like reporting.
>
> sympy/core/tests/test_arit.py[41] ...ff....................................
> sympy/core/tests/test_assumptions.py[27] ..f........................
> sympy/core/tests/test_basic.py[32] fE...................EEEEEEEEEEE
> sympy/core/tests/test_complex.py[10] EEEEEEEEEE
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "sympy/utilities/runtests.py", line 54, in test
> return t.test()
> File "sympy/utilities/runtests.py", line 89, in test
> self.test_file(f)
> File "sympy/utilities/runtests.py", line 103, in test_file
> module = imp.load_source(name, filename)
> File "/Users/pjenvey/src/python/sympy/sympy/core/tests/test_count_ops.py",
> line 3, in <module>
> x, y, z = symbols('xyz')
> File "sympy/core/symbol.py", line 197, in symbols
> result = [ Symbol(name, **kwargs) for name in names[0] ]
> RuntimeError: maximum __call__ recursion depth exceeded
>
> Any more narrowing down of this current blocker bug would be appreciated --
> it'd also be nice to know what the other failures and errors were about.
Excellent job! Now we are on a good track, I'll try to look at it soon
and try to figure out why it fails.
Ondrej
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---