Skip to content

Commit

Permalink
Try average_gate_fidelity on Mac OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Jul 2, 2022
1 parent 7df5dfb commit 0cb3cdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qutip/tests/core/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ def test_monotonicity(self, dimension):
assert hellinger_dist(rho_sim, sigma) == pytest.approx(dist, abs=tol)


# TODO: resolve the Mac failures.
@pytest.mark.skipif(
"Darwin" in platform.system(),
reason="average gate fidelity tests broken on macOS as of July 2019",
)
class Test_average_gate_fidelity:
def test_identity(self, dimension):
id = qeye(dimension)
Expand Down

0 comments on commit 0cb3cdb

Please sign in to comment.