Skip to content

Commit

Permalink
removes breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Apr 18, 2023
1 parent fdccdcc commit 9745be5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ def test_dispatch_model_solve_case1(technology_set_1, net_demand):
[t.variable_cost for t in technology_set_1]).min()
expected_result = cheapest_tech * net_demand.sum()

breakpoint()

assert model.objective == pytest.approx(expected_result, rel=TOL)
assert model.results['Nuclear'].sum(
) == pytest.approx(net_demand.sum(), TOL)
Expand Down

0 comments on commit 9745be5

Please sign in to comment.