Skip to content

Commit

Permalink
adding USD_2022 (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterbarber authored May 20, 2024
1 parent f0c60c4 commit 3cf3a84
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 @@ -92,6 +92,7 @@ def register_idaes_currency_units():
"USD_2019 = 500/607.5 * USD_CE500",
"USD_2020 = 500/596.2 * USD_CE500",
"USD_2021 = 500/708.0 * USD_CE500",
"USD_2022 = 500/816.0 * 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 @@ -72,6 +72,7 @@ def test_register_idaes_currency_units():
"USD_2019": 607.5,
"USD_2020": 596.2,
"USD_2021": 708.0,
"USD_2022": 816.0,
}

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

0 comments on commit 3cf3a84

Please sign in to comment.