On Tuesday, March 24, 2015 at 12:33:01 PM UTC+1, Joachim Durchholz wrote: > > Am 24.03.2015 um 11:18 schrieb Sebastian Koslowski: > > > > Judging from the error message and traceback I looks like a bug to me. > > Can you post an example? > I.e. full session, from PYTHONHASHSEED setting to traceback? > Then we have a chance to repeat the issue. >
Can you try to see whether you get this bug by calling *P( ... condition ... , evaluate=False)* ? I think this is a bug in the integration algorithm, no in the stats module. Try this: res = P(N0 <= 1.1001, evaluate=Fales) res.doit() and see whether the exception is raised by the first or the second step. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/a9a604f4-0e4e-4b16-8874-ba4f1472edab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
