Chris Broz

Results 164 comments of Chris Broz

Do we have any preference for how these exports are organized? My current assumptions are ... - My process yields 1 export command per table (`mysqldump shema table --where="restriction"`). A...

We previously added then removed logging of file size and creation time to the `AnalysisNwbfileLog` table. I put together the following script to look at means for good recompute candidates...

## Updates I've have a working version of a hasher in #1093. Ideally, we could regenerate some test files and start compiling a list of the files that match. Unfortunately,...

# Replication ## Environment I've had trouble replicating files without a complete record of the original conda environment. The files provide (a) a `pynwb` version, and (b) a spyglass git...

## Update After a lot of work exploring, I found I'm able to replicate all (so far) `ProcessedElectricalSeries/data` objects to four points of precision. While I'm away, I'll continue to...

This looks to me like the externals table still has a record of this file. You can access it with the following, and then delete the entry. This delete is...

Would cautious delete help? Can we restrict the deletion of tutorial entries to admin-only?

I'm not 100% sure what's going on here. `delete_downstream_merge`... 1. Finds a table in the graph that looks like a merge table 2. Attempts to call that table as an...

Please try ```python from spyglass.spikesorting.spikesorting_merge import SpikeSortingOutput import spyglass.spikesorting.v0.spikesorting_recording as sgss (sgss.SortGroup & { 'nwb_file_name': 'J1620210529_.nwb', 'sort_group_id': 100 }).cautious_delete() ```