singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
72 stars 5 forks source link

Validate that data does not overlap when combining #245

Closed grgmiller closed 1 year ago

grgmiller commented 1 year ago

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