Chris Broz

Results 164 comments of Chris Broz

At @samuelbray32 's suggestion, I wrote a script to look at tables on shared prefixes, without a Spyglass class, with contents. They are listed at the end of the script...

Only those we removed in #1003. The rest are remnants of bad drafting practices. Ideally, tables with no Spy class would not be declared on shared schemas, which suggests that...

This task is 95% there. Here are the remaining empty tables that are part of the package ```python empty_tables = [ # PARTS - cannot drop "lfp_imported._imported_l_f_p", "lfp_merge.l_f_p_output__imported_l_f_p", "position_linearization_merge.linearized_position_output__linearized_position_v0", "spikesorting_group_v1.sorted_spikes_group__sort_group",...

These tables have been dropped in the short term, but a subset that have been removed from the package will be redeclared by anyone with a version that retains the...

This has been resolved on our production server

> - I think another enhancement that fits with this PR would be a `IntervalList.cleanup(restriction)` function. The data collection I did for #778 suggested there were relatively few orphans to...

Thanks for your review, @samuelbray32! It sounds like `replace=True` is currently serving the purpose of freeing the user from the need to delete an existing orphan during a re-insert. I...

Closing in favor of a more targeted approach, as discussed 07/02/24

Hi @shijiegu - Are you seeing Error 1217 with `fetch1_dataframe()`? I would only expect to see this when deleting data. I'm able to run your first command just fine ![image](https://github.com/LorenFrankLab/spyglass/assets/9404707/7217e9bb-ed6c-4ee5-b95a-4ed462402926)

Closing with https://github.com/datajoint/datajoint-python/pull/1112