Re: [OctDev] Test failures due to tolerance in fftfilt.m

2012-10-10 Thread Ed Meyer
On Wed, Oct 10, 2012 at 1:11 AM, c. wrote: > > On 10 Oct 2012, at 09:16, Daniel J Sebald wrote: > > >> I propose fixing this test by replacing the tolerance eps with something > >> like 2*eps*norm(z) > > FYI this could be expressed as > > 2 * eps (z) > > from the help text for eps () : > > "Given

Re: [OctDev] Test failures due to tolerance in fftfilt.m

2012-10-10 Thread Ed Meyer
On Fri, Sep 7, 2012 at 2:12 PM, Daniel J Sebald wrote: > On 09/06/2012 02:59 PM, Daniel J Sebald wrote: > >> I'll toss this one to Ed and Rik, since we were just talking about >> precision issues for svds test failures... >> >> I checked the current state of tests and found this failure: >> >> pr

Re: [OctDev] Test failures due to tolerance in fftfilt.m

2012-10-10 Thread c.
On 10 Oct 2012, at 09:16, Daniel J Sebald wrote: >> I propose fixing this test by replacing the tolerance eps with something >> like 2*eps*norm(z) FYI this could be expressed as 2 * eps (z) from the help text for eps () : "Given a single argument X, return the distance between X and the next

Re: [OctDev] Test failures due to tolerance in fftfilt.m

2012-10-10 Thread Daniel J Sebald
On 10/09/2012 07:49 PM, Ed Meyer wrote: > > > On Fri, Sep 7, 2012 at 2:12 PM, Daniel J Sebald > wrote: > > On 09/06/2012 02:59 PM, Daniel J Sebald wrote: > > I'll toss this one to Ed and Rik, since we were just talking about > precision issues for