LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

rename set does not change merged_from columns #419

Closed LoannPeurey closed 1 year ago

LoannPeurey commented 1 year ago

Is your feature request related to a problem? Please describe.when renaming a set of annotations, the column merged_from of other sets in not updated

Describe the solution you'd like when renaming set, update merged_from column accordingly

LoannPeurey commented 1 year ago

the check for existing path does not account for recursive sets, renaming won't work inside an existing subdomain (renaming alice_vtc to alice won't work if alice/output exists)