Fix delayed attributes
All threads resolved!
All threads resolved!
Delayed attributes are no longer loaded when _copy_attributes
is called to create a DelayedSample.
Merge request reports
Activity
- When copying from a
DelayedSample
parent to a newDelayedSample
, thedelayed_attributes
should stay delayed. - When copying from a
DelayedSample
to a newSample
, thedelayed_attributes
functions are called and the corresponding attributes are assigned. - When copying from a
DelayedSample
to anySampleSet
, thedelayed_attributes
are dropped.
- When copying from a
assigned to @amohammadi and unassigned @ydayer
- Resolved by Amir MOHAMMADI
@ydayer could you please also add some tests?
@ydayer any feedback on this?
mentioned in commit e320416b
mentioned in merge request bob.bio.base!257 (closed)
mentioned in issue bob#269 (closed)
Please register or sign in to reply