Hi,

I've tried the disconnect-assumptions branch and I got some recursive
exception problems, so I did

git checkout HEAD~2

and then they disappeared, but I still got lots of other exceptions
and failures. Run the test using:

Then this branch here:

http://github.com/certik/sympy/tree/assum

gives:

$ bin/test sympy/core/
[...]
 tests finished: 293 passed, 17 failed, 5 expected to fail,
1 expected to fail but passed, 20 exceptions, in 1.55 seconds

e.g. totall 17+20=37 failures, I think.

but the disconnect-assumptions branch (without the last two commits) gives:


$ bin/test sympy/core/
[...]
 tests finished: 249 passed, 6 failed, 6 expected to fail, 77 exceptions,
in 4.73 seconds

e.g. total 6+77=83 failures. Also the number of passed tests is lower.


So I am a bit confused. I think the goal would be to get my original
branch to pass (e.g. fix the rest 37 failing tests -- resp. the
problem why they fail) and then run the full test suite, fix the rest.
Then the assumptions should be gone. Then we can start polishing it,
and start integrating some new cool stuff from Ronan and other guys.

Is there any reason why the above approach doesn't work? I think in
the disconnect-assumptions, there are too many new patches and things
and it's hard to debug it, when something fails (as it always
something fails).

Ondrej

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

Reply via email to