Chris Broz

Results 85 issues of Chris Broz

## Bug Report ### Description When using a foreign key reference of a table that is in the context namespace, but not declared, I hit [this](https://github.com/datajoint/datajoint-python/blob/master/datajoint/expression.py#L68) assertion error for `QueryExpression.support`....

wontfix

Thanks for all your work on this! I'm curious if there are Any workarounds for table visibility in Jupyter. It's very hard to read the contents when the background is...

Thanks for collecting these materials! My way of 'reading' is to reorganize. I used some tools to standardize document layout (e.g., `pre-commit`, `markdownlint`) and divided information info subfolders in a...

#151 included a discussion of 'Option 2' in which the master would be deleted during a cascade, with a possible solution proposed in this PR. This feature would be particularly...

In my current pre-commit file, I'm running mdformat twice, once with `toc` and once with `mkdocs` so that the lists generated have 4-space indents to comply with the mkdocs norm....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Bug description `extract_frames`, `convertcsv2h5`, `extract_outlier_frames`, `returnlabelingdata` and `create_training_dataset` each have an implementation of...

WIP: adding pytests that require video

Currently, [AbstractGraph](https://github.com/LorenFrankLab/spyglass/blob/master/src/spyglass/utils/dj_graph.py#L151-L159) throws an error when it cannot find a table. It's possible that this table may not be in Spyglass. The error message could suggest users [spawn missing classes](https://datajoint.com/docs/core/datajoint-python/0.14/api/datajoint/__init__/#datajoint.schemas.Schema.spawn_missing_classes)...

enhancement
infrastructure

After merge of #875, we'll need to check the export notebook on the hhmi hub. We may need to edit the dj-config to specify the export dir as a user-specific...

## Process While writing pytests, I noticed quite a few funcs that were copies of methods shared across tables, both across different versions of a pipeline and across different pipelines....

enhancement