Skip to content

Commit

Permalink
Merge branch 'main' into fix-codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie authored Jul 18, 2024
2 parents b1decbf + 3c209b9 commit 3b785e9
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 3b785e9

Please sign in to comment.