Skip to content

Incorrect date filter in data loading routines? #16

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']

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions