[SampleSet] Do not load delayed attributes by not copying them over
Compare changes
+ 22
− 6
@@ -12,17 +12,18 @@ from bob.io.base import vstack_features
@@ -174,7 +175,12 @@ class SampleSet(MutableSequence, _ReprMixin):
@@ -198,7 +204,12 @@ class DelayedSampleSet(SampleSet):
@@ -211,7 +222,12 @@ class DelayedSampleSetCached(DelayedSampleSet):