Skip to content

Commit

Permalink
update min-max rows for gen-fuel allocation* assets (#3831)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgosnell authored Sep 6, 2024
1 parent 382a32d commit 1d6363d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/validate/eia_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_no_null_cols_eia(pudl_out_eia, live_dbs, cols, df_name):
("bga_eia860", 153_487, 153_487, 153_487),
("boil_eia860", 89_050, 89_050, 89_050),
("frc_eia923", 676_851, 276_108, 26_709),
("gen_eia923", None, 5_494_932, 459_711),
("gen_eia923", None, 5_753_331, 479_333),
("gens_eia860", 591_256, 591_256, 591_256),
("gf_eia923", 3_074_806, 3_074_806, 260_842),
("own_eia860", 95_104, 95_104, 95_104),
Expand Down
10 changes: 5 additions & 5 deletions test/validate/mcoe_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def test_no_null_rows_mcoe(pudl_out_mcoe, live_dbs, df_name, thresh):
@pytest.mark.parametrize(
"df_name,monthly_rows,annual_rows",
[
("hr_by_unit", 409_787, 34_258),
("hr_by_gen", 640_960, 53_530),
("fuel_cost", 640_960, 53_530),
("capacity_factor", 5_494_932, 459_711),
("mcoe", 5_495_370, 459_746),
("hr_by_unit", 413_173, 34_427),
("hr_by_gen", 644_616, 53_707),
("fuel_cost", 644_616, 53_707),
("capacity_factor", 5_753_331, 479_333),
("mcoe", 5_753_402, 479_337),
],
)
def test_minmax_rows_mcoe(pudl_out_mcoe, live_dbs, monthly_rows, annual_rows, df_name):
Expand Down

0 comments on commit 1d6363d

Please sign in to comment.