Re: [Pdl-devel] Question on the constructor

2016-07-16 Thread Derek Lamb
> On Jul 16, 2016, at 9:07 PM, Zakariyya Mughal wrote: > > On 2016-07-16 at 17:07:53 -0600, Derek Lamb wrote: >> Though I am not too familiar with the constructor code, the fact that it >> passes all tests with all combinations of BADVAL_USENAN and/or BADVAL_PERPDL >> is very encouraging. >>

Re: [Pdl-devel] Question on the constructor

2016-07-16 Thread Zakariyya Mughal
On 2016-07-16 at 17:07:53 -0600, Derek Lamb wrote: > Though I am not too familiar with the constructor code, the fact that it > passes all tests with all combinations of BADVAL_USENAN and/or BADVAL_PERPDL > is very encouraging. > > finite has been deprecated for quite some time: do you want to u

Re: [Pdl-devel] Question on the constructor

2016-07-16 Thread Derek Lamb
Though I am not too familiar with the constructor code, the fact that it passes all tests with all combinations of BADVAL_USENAN and/or BADVAL_PERPDL is very encouraging. finite has been deprecated for quite some time: do you want to use isfinite instead? (otherwise I'm going to have to change