Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate that data does not overlap when combining #245

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

grgmiller
Copy link
Collaborator

At some point, it looks like an argument was added to data_cleaning.combine_plant_data() to allow the user to not validate that the data being combined does not overlap. For some reason, the default argument was set to False, which means that the combined hourly data was not being validated for potential overlaps. This PR fixes that by changing the default argument to True

@gailin-p gailin-p merged commit e9e78e4 into v0.1.2 Oct 20, 2022
@gailin-p gailin-p deleted the validate_overlap branch October 20, 2022 19:41
@grgmiller grgmiller mentioned this pull request Oct 22, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants