[Numpy-discussion] copy/deepcopy pull request, Travis build failure

David Warde-Farley d.warde.farley at gmail.com
Fri Oct 26 01:27:03 EDT 2012


On Fri, Oct 26, 2012 at 1:04 AM,  <josef.pktd at gmail.com> wrote:

> Fine, I didn't understand that part correctly.
>
> I have no opinion in that case.
> (In statsmodels we only use copy the array method and through np.array().)

Do you implement __copy__ or __deepcopy__ on your objects? If not,
client code using statsmodels might try to use the copy module and run
into the same problem.

David



More information about the NumPy-Discussion mailing list