AllenInstitute / AllenSDK

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

Don't use published_at dates when querying for release sessions #2533

Open aamster opened 2 years ago

aamster commented 2 years ago

We currently use published_at to filter to only sessions which we want to release for VBO. The problem is that now we have 3 dates to keep track of, and this list might expand in the future. It's easy to forget these dates or forget to include one of the dates. Idea: change logic to just check where published_at is not null instead.