DelayedSample tweak
Changes
- Make
kwargstake precedence over parents'delayed_attributes. This change is made to follow more closely the implementation of theSampleclass. - Make sure an attribute is not present in both
delayed_attributesandkwargsof__init__function. Which is semantically not sound.