Skip to content

Commit

Permalink
✅ Change parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlMilktea committed Oct 19, 2024
1 parent da347a0 commit 21ff8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clifford.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def test_try_from_matrix(self, fx_rng: Generator, c: Clifford) -> None:

def test_try_from_matrix_ng(self, fx_rng: Generator) -> None:
assert Clifford.try_from_matrix(np.zeros((2, 3))) is None
assert Clifford.try_from_matrix(fx_rng.normal(size=(2, 3))) is None
assert Clifford.try_from_matrix(fx_rng.normal(size=(2, 2))) is None

0 comments on commit 21ff8ef

Please sign in to comment.