Skip to content

Commit

Permalink
remove old print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed Aug 1, 2023
1 parent aa9b428 commit 2f16f70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hopp/eco/electrolyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def run_electrolyzer_physics(

adjusted_installed_cost = hybrid_plant.grid._financial_model.Outputs.adjusted_installed_cost
#NB: adjusted_installed_cost does NOT include the electrolyzer cost
print("ADJ. INST. COST ", adjusted_installed_cost)
# system_rating = electrolyzer_size
system_rating = wind_size_mw + solar_size_mw
H2_Results, H2A_Results = run_h2_PEM(energy_to_electrolyzer_kw, electrolyzer_size_mw,
Expand Down
2 changes: 0 additions & 2 deletions hopp/hydrogen/electrolysis/pem_mass_and_footprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def mass(rating_mw):

mass_kg = _electrolyzer_mass_fit(rating_mw, m, b)

print("m, b :", m, " ", b)

return mass_kg

if __name__ == "__main__":
Expand Down

0 comments on commit 2f16f70

Please sign in to comment.