Chris Broz
Chris Broz
Makes sense - we can tag with `wontfix` and close. Are there any docs on the new means of modularization?
> This has not been merged / solved yet, right? Looks like the [last commit](https://github.com/datajoint/datajoint-python/pull/1171) was 5m ago We gave users a ['check threads'](https://github.com/LorenFrankLab/spyglass/blob/master/src/spyglass/utils/dj_mixin.py#L778) tool to check for hold-ups and...
@khl02007 It's seems like it's currently the case that a second team running an otherwise identical key will cause the first run to be deleted: https://github.com/LorenFrankLab/spyglass/blob/fa1114eb19edbb540bf4cbb30d1d002b7ba99748/src/spyglass/spikesorting/v0/spikesorting_recording.py#L319-L321 Do we want to...
That's helpful, thanks. I'll reopen pending a fix of the possibility of the folder overwrite I think this `rmtree` should be replaced with an insert that points to the existing...
Ah, ok. Thanks, @dimitri-yatsenko. I was under the impression that this feature was available in `0.14.4`, but I'm hitting the bug that #1241 fixed in my [CICD](https://github.com/LorenFrankLab/spyglass/actions/runs/15784231921/job/44496984543?pr=1338). It looks like...
As much as I'm often frustrated by the `IntervalList` design pattern (#778, #963), I'm reluctant to break it. How much information is available about trials at time of ingestion? Multi-trial,...
Related? #989
I think I would add it for the one release to cut down on commands in the release notes, and then remove it once we can reasonably assume all cases...
I do not recall the specifics of the error this raised with a custom analysis table, sorry. Just that I couldn't fetch from an nwb from a custom table during...
I would prefer (2). I'd like to set up IntervalList as a dataclass that carries its own operations like a set. We could then enforce norms in the init of...