« Return to Thread: Polyfit with scaling

Re: [changeset] Polyfit with scaling

by John W. Eaton :: Rate this Message:

Reply to Author | View in Thread

On 20-Feb-2008, Ben Abbott wrote:

| Ok, I'm starting fresh for the 2nd time tonight!
|
| This time I'll minimize the change. In the event this one doesn't  
| take, I expect what I modified is obvious.

| # HG changeset patch
| # User Ben Abbott <bpabbott@...>
| # Date 1203564035 18000
| # Node ID eb49f8074da8f7814c0bc1b0ac1f4d62bd9cca19
| # Parent  f501b22c0394431eb83076f578d780be0d21770d
| polyfit.m: Fixed tests.
|
| diff -r f501b22c0394 -r eb49f8074da8 scripts/ChangeLog
| --- a/scripts/ChangeLog Wed Feb 20 21:58:11 2008 -0500
| +++ b/scripts/ChangeLog Wed Feb 20 22:20:35 2008 -0500
| @@ -1,3 +1,7 @@ 2008-02-20  Marco Caliari <marco.caliari
| +2008-02-20  Ben Abbott <bpabbott@...>
| +
| + * polynomial/polyfit.m: Modified tests to respect a relative tolerance.
| +

I applied this patch.

Thanks,

jwe

 « Return to Thread: Polyfit with scaling