Hi I used to run code that is using PDL with Moose, It is a class
package MRI::Line; use Moose; extends 'MooX::PDL2'; ... In some method, where $self is a MRI::LIne, I have the following: print $self->isa('MRI::Line'); gives 1. $self.=$data; where $data is a plain PDL. Afterwards, print $self->isa('MRI::Line'); is empty. This is PDL 2.079. Ingo
_______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel