Skip to content

Commit

Permalink
fix formatting for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed Dec 23, 2024
1 parent 2e0b1d0 commit 81b8f4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions greenheart/simulation/technologies/steel/steel.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class SteelCapacityModelConfig:
"""
Configuration inputs for the steel capacity sizing model, including plant capacity and
feedstock details.
ƒ
Attributes:
hydrogen_amount_kgpy Optional (float): The amount of hydrogen available in kilograms
per year to make steel.
Expand Down Expand Up @@ -327,8 +327,8 @@ def run_steel_cost_model(config: SteelCostModelConfig) -> SteelCostModelOutputs:
"""
feedstocks = config.feedstocks

model_year_CEPCI = 816.0 # 2022
equation_year_CEPCI = 708.8 # 2021
model_year_CEPCI = 816.0 # 2022
equation_year_CEPCI = 708.8 # 2021

capex_eaf_casting = (
model_year_CEPCI / equation_year_CEPCI * 352191.5237 * config.plant_capacity_mtpy**0.456
Expand Down
2 changes: 1 addition & 1 deletion tests/greenheart/input_files/plant/default_fin_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ financial_parameters:
depreciation_method: "MACRS"
depreciation_period: 5
cp_capacity_credit_percent: [0]
degradation: [0]
degradation: [0]
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ financial_parameters:
depreciation_method: "MACRS"
depreciation_period: 5
cp_capacity_credit_percent: [0]
degradation: [0]
degradation: [0]

0 comments on commit 81b8f4a

Please sign in to comment.