AllenInstitute / AllenSDK

code for reading and processing Allen Institute for Brain Science data
https://allensdk.readthedocs.io/en/latest/
Other
333 stars 149 forks source link

Fix issues with notebooks #2635

Closed aamster closed 1 year ago

aamster commented 1 year ago

This PR fixes issues with the notebooks so that all run successfully and the notebook runner workflow job passes.

Error case:

    cache.load_manifest(
        'visual-behavior-neuropixels_project_manifest_v0.2.0.json')
    cache.load_latest_manifest()

The last line was not loading the latest metadata tables into memory, since the previous line was loading the old ones. The fix is to call load_manifest in load_latest_manifest

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB