Skip to content

Commit

Permalink
[#123] add back switching test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Oct 9, 2024
1 parent b57d3a9 commit 897c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opf/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from gurobi_optimods.datasets import load_opf_example
from gurobi_optimods.opf import solve_opf


class TestInvalidData(unittest.TestCase):
def setUp(self):
self.case = load_opf_example("pglib_opf_case5_pjm")
Expand Down Expand Up @@ -124,7 +125,6 @@ def test_ac(self):

self.assert_approx_equal(solution["f"], 17551.89, tol=1e-1)

@unittest.skip("shaky")
def test_ac_branchswitching(self):
solution = solve_opf(
self.case,
Expand Down

0 comments on commit 897c8e8

Please sign in to comment.