Skip to content

Commit

Permalink
remove debug statement:
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed Jun 10, 2024
1 parent 4646f8c commit d71ca14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/greenheart/test_steel.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,4 @@ def test_run_steel_full_model_changing_lcoh(subtests):
with subtests.test("raise value error when LCOH values do not match"):
with raises(ValueError, match="steel cost LCOH and steel finance LCOH are not equal"):
config_1["steel"]["finances"]["lcoh"] = 40.0
import pdb;pdb.set_trace()
res1 = steel.run_steel_full_model(config_1)

0 comments on commit d71ca14

Please sign in to comment.