Skip to content

Commit

Permalink
Merge pull request #3046 from catalyst-cooperative/spot-fix-cliffside…
Browse files Browse the repository at this point in the history
…-capacity

Spot fix cliffside capacity
  • Loading branch information
zaneselvans authored Nov 16, 2023
2 parents e9145c7 + f5677a1 commit 1000187
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pudl/transform/params/ferc1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,17 @@
("f1_steam_2001_12_204_0_1", "seabrook"),
],
},
{
"idx_cols": ["record_id"],
"fix_cols": ["capacity_mw"],
"expect_unique": True,
"spot_fixes": [
(
"steam_electric_generating_plant_statistics_large_plants_402_2021_c000290_cliffside",
1530.5,
),
],
},
],
"drop_invalid_rows": [
{
Expand Down

0 comments on commit 1000187

Please sign in to comment.