Skip to content

Commit

Permalink
Add 2023 CEPCI Value (#1447)
Browse files Browse the repository at this point in the history
* Update costing_base.py

* Update test_costing_base.py

---------

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
  • Loading branch information
bpaul4 and lbianchi-lbl authored Jul 18, 2024
1 parent 24ca931 commit 3c209b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions idaes/core/base/costing_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def register_idaes_currency_units():
"USD_2020 = 500/596.2 * USD_CE500",
"USD_2021 = 500/708.0 * USD_CE500",
"USD_2022 = 500/816.0 * USD_CE500",
"USD_2023 = 500/797.9 * USD_CE500",
]
)

Expand Down
1 change: 1 addition & 0 deletions idaes/core/base/tests/test_costing_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_register_idaes_currency_units():
"USD_2020": 596.2,
"USD_2021": 708.0,
"USD_2022": 816.0,
"USD_2023": 797.9,
}

for c, conv in CEI.items():
Expand Down

0 comments on commit 3c209b9

Please sign in to comment.