Re: [PATCH] Fix import in statistics.distributions

2008-12-02 Thread Ondrej Certik
On Tue, Dec 2, 2008 at 2:54 PM, Riccardo Gori [EMAIL PROTECTED] wrote: On Tuesday 02 December 2008 09:58:52 Fabian Seoane wrote: +1. I'll push this when you post the test Thanks, Here is two simple tests, thanks! Thanks, both patches +1 from me. Ondrej

Re: [PATCH] Fix import in statistics.distributions

2008-12-02 Thread Fabian Seoane
+1. I'll push this when you post the test Thanks, On Tue, Dec 2, 2008 at 2:04 AM, Riccardo Gori [EMAIL PROTECTED] wrote: Fixes this: In [1]: from sympy.statistics import Normal In [2]: d = Normal(0, 1) In [3]: d.pdf(x)