Skip to content

Commit

Permalink
[#153] Removing unstable test_ac_branchswitching
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Oct 16, 2024
1 parent 5e6bd5c commit 3191a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/opf/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def test_ac(self):
self.assert_approx_equal(solution["gen"][1]["Qg"], 0.031844, tol=1e-1)
self.assert_approx_equal(solution["branch"][0]["Qf"], 12.9656, tol=1e-1)

@unittest.skip("shaky")
def test_ac_branchswitching(self):
solution = solve_opf(
self.case,
Expand Down Expand Up @@ -224,6 +225,7 @@ 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 3191a4b

Please sign in to comment.