Daniel Gramling
Daniel Gramling
Hi @dimitri-yatsenko I noticed that there used to be an argument for `force=True` when dropping a part table, that #957 deprecated. It seems like this issue is for part tables...
If an example may help, the `PosSource` table [here](https://github.com/LorenFrankLab/spyglass-dlc/blob/4a9efeeb296d031ae06059b4b942ca6bcad1a9d4/spyglass_dlc/dgramling_position.py#L26) has two part tables (`PosSource.DLCPos` and `PosSource.TrodesPos`) that depend on `PosSource` and an upstream table (`DLCPos`, `TrodesPos`), which `PosSource` itself does...
@dimitri-yatsenko I was wondering if there is an update on this?