-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
Line 234 in 06489ca
| nightdata = pathdata[keys[keys < start].max()] |
Line 265 in 06489ca
| return pathdata[keys[keys < start].max()]['bindir'] |