Skip to content

DelayedSample tweak

Christophe ECABERT requested to merge delayed-sample-modification into master

Changes

  1. Make kwargs take precedence over parents' delayed_attributes. This change is made to follow more closely the implementation of the Sample class.
  2. Make sure an attribute is not present in both delayed_attributes and kwargs of __init__ function. Which is semantically not sound.

Merge request reports