Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrunik committed Jun 7, 2024
1 parent 81e55f8 commit 137b6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenheart/tools/eco/electrolysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_electrolyzer_physics(
}

if "time_between_replacement" in greenheart_config['electrolyzer']:
warnings.warn("`time_between_replacement` as an input is depricated. It is now calculated internally and is output in electrolyzer_physics_results['H2_Results']['Time Until Replacement [hrs]'].")
warnings.warn("`time_between_replacement` as an input is deprecated. It is now calculated internally and is output in electrolyzer_physics_results['H2_Results']['Time Until Replacement [hrs]'].")

H2_Results, h2_ts, h2_tot, power_to_electrolyzer_kw = run_h2_PEM(
electrical_generation_timeseries=energy_to_electrolyzer_kw,
Expand Down

0 comments on commit 137b6ae

Please sign in to comment.