Re: Implicit Subs Syntax - f(x=1,y=2)

2008-11-19 Thread Lance Larsen
Sorry if I am being a pain in the #%%, I just want to make sure that we get the desig of this right as someone else said you only get to implement __call__ once. No worries. I appreciate you clarifying your viewpoint. You may not like what you get if you don't give your opinion. The patch

[PATCH] Better formatting for examples.

2008-11-19 Thread andy . terrel
From: Andy R. Terrel [EMAIL PROTECTED] --- examples/advanced/fem.py| 66 ++ examples/advanced/fem_test.py | 40 --- examples/advanced/gibbs_phenomenon.py | 57 --- examples/advanced/pidigits.py | 14 +++-

Re: [PATCH] Better formatting for examples.

2008-11-19 Thread Ondrej Certik
On Wed, Nov 19, 2008 at 11:55 PM, [EMAIL PROTECTED] wrote: From: Andy R. Terrel [EMAIL PROTECTED] I checked it from your repo and it seems ok to me. +1 Ondrej --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Implicit Subs Syntax - f(x=1,y=2)

2008-11-19 Thread Ondrej Certik
On Thu, Nov 20, 2008 at 2:18 AM, Ondrej Certik [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 10:42 PM, Lance Larsen [EMAIL PROTECTED] wrote: For what it is worth, I fixed the errors in the last patch submitted. Looks like a previous patch has already been applied in main repository

Re: Implicit Subs Syntax - f(x=1,y=2)

2008-11-19 Thread Ondrej Certik
On Thu, Nov 20, 2008 at 2:22 AM, Ondrej Certik [EMAIL PROTECTED] wrote: On Thu, Nov 20, 2008 at 2:18 AM, Ondrej Certik [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 10:42 PM, Lance Larsen [EMAIL PROTECTED] wrote: For what it is worth, I fixed the errors in the last patch submitted. Looks

Re: Patch is an added function Gaussian Integral in Integrals.py, to solve the definite integral of exp(poly).

2008-11-19 Thread Ondrej Certik
On Fri, Nov 14, 2008 at 4:17 PM, Pekeika [EMAIL PROTECTED] wrote: I was curious what you do, so I googled a bit and found this: http://www.stat.ncsu.edu/bswg/description.html is it accurate? E.g. you do the section (i) Environmental applications? Ondrej Yes! That is exactly what I'm

Re: Implicit Subs Syntax - f(x=1,y=2)

2008-11-19 Thread Lance Larsen
Which patch was applied in the main repo? I did a pull from the main line and it looked like one of my original patches was included in my repository. If this wasn't from the main repo (and it sounds like it wasn't), I must have committed the hg patch locally when I was experimenting with hg

Re: Implicit Subs Syntax - f(x=1,y=2)

2008-11-19 Thread Brian Granger
This patch looks good to me. Brian -- is it ok with you as well? As much as I can tell from looking at the diff, yes, it is OK. I say go ahead, if we want to add the bindings thing later we can, but even this is a nice improvement. Brian Ondrej