Skip to content

Commit

Permalink
[#123] removing shaky ac switching test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Oct 9, 2024
1 parent cbb06b7 commit 66179c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/opf/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,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 66179c6

Please sign in to comment.