Skip to content

Commit

Permalink
remove skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
obliviateandsurrender committed Jul 25, 2024
1 parent 9aa255c commit 433e262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2590,8 +2590,6 @@ def test_convert_with_invalid_operator(self):
class TestLoadNoiseModel:
"""Tests for :func:`load_noise_models()` function."""

qiksit = pytest.importorskip("qiskit", "1.0.0")

@staticmethod
def _kraus_to_choi(krau_mats, optimize=False) -> np.ndarray:
r"""Transforms Kraus representation of a channel to its Choi representation."""
Expand Down

0 comments on commit 433e262

Please sign in to comment.