MazinLab / MKIDCore

Core Tools
GNU General Public License v3.0
4 stars 0 forks source link

Incorrect date filter in data loading routines? #16

Open ld-cd opened 3 weeks ago

ld-cd commented 3 weeks ago

To my eye and @michaelarena 's eyes these compares look like they should be <=, and < breaks in our CI environment. We should determine what is correct here and why this appears to work on real data but not on the CI environment

https://github.com/MazinLab/MKIDCore/blob/06489ca476d0c2557ffbd1f97c70647b11065b6c/mkidcore/utils.py#L234 https://github.com/MazinLab/MKIDCore/blob/06489ca476d0c2557ffbd1f97c70647b11065b6c/mkidcore/utils.py#L265