DelayedSample tweak
Changes
- Make
kwargs
take precedence over parents'delayed_attributes
. This change is made to follow more closely the implementation of theSample
class. - Make sure an attribute is not present in both
delayed_attributes
andkwargs
of__init__
function. Which is semantically not sound.