Skip to content

Incorrect date filter in data loading routines? #16

@ld-cd

Description

@ld-cd

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

nightdata = pathdata[keys[keys < start].max()]

return pathdata[keys[keys < start].max()]['bindir']

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions