LorenFrankLab / spyglass

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
94 stars 43 forks source link

Remove stored hashes from tests #1152

Closed CBroz1 closed 1 month ago

CBroz1 commented 1 month ago

Description

pytests with explicit hashes passed locally but failed in gh-actions. In this PR, I remove those stored hashes in favor of comparing key-value pairs to remove any low-level causes of mismatching hashes.

Checklist: