pudl.analysis.allocate_gen_fuel
is dropping/adding data
#3165
Labels
bug
Things that are just plain broken.
pudl.analysis.allocate_gen_fuel
is dropping/adding data
#3165
Describe the bug
As part of our OGE validation checks, we compare the fuel and emissions totals in the
generation_fuel_by_generator_energy_source_monthly_eia923
table to the generation and fuel totals ingeneration_fuel_eia923
, since these should match (i.e. the allocate_gen_fuel process should only allocate the data, but not add/drop data). This validation check returned the following warning:It appears for a small number of plants that the allocate_gen_fuel pipeline is either adding or subtracting a large amount of generation or fuel to the totals. I haven't yet been able to trace why this might be happening.
Bug Severity
How badly is this bug affecting you?
To Reproduce
Compare the generation and fuel totals from EIA-923 to the data in the
generation_fuel_by_generator_energy_source_monthly_eia923
tableExpected behavior
The total generation and fuel for each plant should be the same before and after
allocate_gen_fuel
The text was updated successfully, but these errors were encountered: